Html Css Color HEX #D88866 Copper

📋 copy color: '#D88866'

red 216 ◦ green 136 ◦ blue 102

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

Shades of Copper #D88866

Tints of Copper #D88866

RGB

 RED value IS 216 (84.77% from 255) = 47.58%

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

 BLUE value IS 102 (40.23% from 255) = 22.47%

R = 47.58%
G = 29.96%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D88866 (or 0xD88866) is known color: Copper. HEX triplet: D8, 88 and 66. RGB value is (216,136,102). Sum of RGB (Red+Green+Blue) = 216+136+102=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D88866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88866 is #277799. Grayscale: #9C9C9C. Windows color (decimal): -2586522 or 6719704. OLE color: 6719704.

HSL color Cylindrical-coordinate representation of color #D88866: hue angle of 17.89º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D88866 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 102 -
CMYK 0 0.37 0.53 0.15
HSL 17.89º 0.59% 0.62% -
HSV(B) 17.89º 0.53% 0.85% -
XYZ 39.52 33.17 16.89 -
YUV 156.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 216 136 102 0 0.37 0.53 0.15 17.89 0.59 0.62
Hex D8 88 66 0 25 35 F 12 3B 3E
Octal 330 210 146 0 45 65 17 22 73 76
Binary 11011000 10001000 1100110 0 100101 110101 1111 10010 111011 111110

Color Harmonies of #D88866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88866

Black with #D88866

Text Example


Text Example

White with #D88866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88866; }

 p { color: rgb(216,136,102); }

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

background-color css

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

 a { background-color: rgb(216,136,102); }

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

border-color css

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

 span { border-color: rgb(216,136,102); }

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