Html Css Color HEX #D88F66 Copper

📋 copy color: '#D88F66'

red 216 ◦ green 143 ◦ blue 102

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

Shades of Copper #D88F66

Tints of Copper #D88F66

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

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

R = 46.85%
G = 31.02%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D88F66 (or 0xD88F66) is known color: Copper. HEX triplet: D8, 8F and 66. RGB value is (216,143,102). Sum of RGB (Red+Green+Blue) = 216+143+102=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F66 is #277099. Grayscale: #A0A0A0. Windows color (decimal): -2584730 or 6721496. OLE color: 6721496.

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

Color convert

RGB 216 143 102 -
CMYK 0 0.34 0.53 0.15
HSL 21.58º 0.59% 0.62% -
HSV(B) 21.58º 0.53% 0.85% -
XYZ 40.54 35.2 17.23 -
YUV 160.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 216 143 102 0 0.34 0.53 0.15 21.58 0.59 0.62
Hex D8 8F 66 0 22 35 F 16 3B 3E
Octal 330 217 146 0 42 65 17 26 73 76
Binary 11011000 10001111 1100110 0 100010 110101 1111 10110 111011 111110

Color Harmonies of #D88F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F66

Black with #D88F66

Text Example


Text Example

White with #D88F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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