Html Css Color HEX #D38869 Copper

📋 copy color: '#D38869'

red 211 ◦ green 136 ◦ blue 105

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

Shades of Copper #D38869

Tints of Copper #D38869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.09%

 BLUE value IS 105 (41.41% from 255) = 23.23%

R = 46.68%
G = 30.09%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D38869 (or 0xD38869) is known color: Copper. HEX triplet: D3, 88 and 69. RGB value is (211,136,105). Sum of RGB (Red+Green+Blue) = 211+136+105=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D38869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38869 is #2C7796. Grayscale: #9B9B9B. Windows color (decimal): -2914199 or 6916307. OLE color: 6916307.

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

Color convert

RGB 211 136 105 -
CMYK 0 0.36 0.50 0.17
HSL 17.55º 0.55% 0.62% -
HSV(B) 17.55º 0.5% 0.83% -
XYZ 38.22 32.48 17.62 -
YUV 154.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 211 136 105 0 0.36 0.50 0.17 17.55 0.55 0.62
Hex D3 88 69 0 24 32 11 12 37 3E
Octal 323 210 151 0 44 62 21 22 67 76
Binary 11010011 10001000 1101001 0 100100 110010 10001 10010 110111 111110

Color Harmonies of #D38869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38869

Black with #D38869

Text Example


Text Example

White with #D38869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38869; }

 p { color: rgb(211,136,105); }

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

background-color css

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

 a { background-color: rgb(211,136,105); }

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

border-color css

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

 span { border-color: rgb(211,136,105); }

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