Html Css Color HEX #D88366 Copper

📋 copy color: '#D88366'

red 216 ◦ green 131 ◦ blue 102

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

Shades of Copper #D88366

Tints of Copper #D88366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.18%

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

R = 48.11%
G = 29.18%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D88366 (or 0xD88366) is known color: Copper. HEX triplet: D8, 83 and 66. RGB value is (216,131,102). Sum of RGB (Red+Green+Blue) = 216+131+102=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D88366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88366 is #277C99. Grayscale: #999999. Windows color (decimal): -2587802 or 6718424. OLE color: 6718424.

HSL color Cylindrical-coordinate representation of color #D88366: hue angle of 15.26º 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 #D88366 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 131 102 -
CMYK 0 0.39 0.53 0.15
HSL 15.26º 0.59% 0.62% -
HSV(B) 15.26º 0.53% 0.85% -
XYZ 38.83 31.79 16.66 -
YUV 153.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 216 131 102 0 0.39 0.53 0.15 15.26 0.59 0.62
Hex D8 83 66 0 27 35 F F 3B 3E
Octal 330 203 146 0 47 65 17 17 73 76
Binary 11011000 10000011 1100110 0 100111 110101 1111 1111 111011 111110

Color Harmonies of #D88366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88366

Black with #D88366

Text Example


Text Example

White with #D88366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88366; }

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

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

background-color css

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

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

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

border-color css

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

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

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