Html Css Color HEX #D38968 Copper

📋 copy color: '#D38968'

red 211 ◦ green 137 ◦ blue 104

#D38968
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper #D38968

Tints of Copper #D38968

RGB

 RED value IS 211 (82.81% from 255) = 46.68%

 GREEN value IS 137 (53.91% from 255) = 30.31%

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 46.68%
G = 30.31%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D38968 (or 0xD38968) is known color: Copper. HEX triplet: D3, 89 and 68. RGB value is (211,137,104). Sum of RGB (Red+Green+Blue) = 211+137+104=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D38968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38968 is #2C7697. Grayscale: #9B9B9B. Windows color (decimal): -2913944 or 6851027. OLE color: 6851027.

HSL color Cylindrical-coordinate representation of color #D38968: hue angle of 18.5º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D38968 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 137 104 -
CMYK 0 0.35 0.51 0.17
HSL 18.5º 0.55% 0.62% -
HSV(B) 18.5º 0.51% 0.83% -
XYZ 38.31 32.74 17.4 -
YUV 155.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 211 137 104 0 0.35 0.51 0.17 18.5 0.55 0.62
Hex D3 89 68 0 23 33 11 13 37 3E
Octal 323 211 150 0 43 63 21 23 67 76
Binary 11010011 10001001 1101000 0 100011 110011 10001 10011 110111 111110

Color Harmonies of #D38968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38968

Black with #D38968

Text Example


Text Example

White with #D38968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38968; }

 p { color: rgb(211,137,104); }

 H1.HeaderClassName
 {
   color: #D38968;
 }
 .AnyTagClassName
 {
   color: #D38968;
 }
</style>

background-color css

<style>
 a { background-color: #D38968; }

 a { background-color: rgb(211,137,104); }

 div.DivClassName
 {
   background-color: #D38968;
 }
 .BgClassName
 {
   background-color: #D38968;
 }
</style>

border-color css

<style>
 span { border-color: #D38968; }

 span { border-color: rgb(211,137,104); }

 td.TdClassName
 {
   border-color: #D38968;
 }
 .TagClassName
 {
   border-color: #D38968;
 }
</style>