Html Css Color HEX #D88964 Copper

📋 copy color: '#D88964'

red 216 ◦ green 137 ◦ blue 100

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

Shades of Copper #D88964

Tints of Copper #D88964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.08%

R = 47.68%
G = 30.24%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D88964 (or 0xD88964) is known color: Copper. HEX triplet: D8, 89 and 64. RGB value is (216,137,100). Sum of RGB (Red+Green+Blue) = 216+137+100=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D88964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88964 is #27769B. Grayscale: #9C9C9C. Windows color (decimal): -2586268 or 6588888. OLE color: 6588888.

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

Color convert

RGB 216 137 100 -
CMYK 0 0.37 0.54 0.15
HSL 19.14º 0.6% 0.62% -
HSV(B) 19.14º 0.54% 0.85% -
XYZ 39.56 33.41 16.42 -
YUV 156.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 216 137 100 0 0.37 0.54 0.15 19.14 0.6 0.62
Hex D8 89 64 0 25 36 F 13 3C 3E
Octal 330 211 144 0 45 66 17 23 74 76
Binary 11011000 10001001 1100100 0 100101 110110 1111 10011 111100 111110

Color Harmonies of #D88964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88964

Black with #D88964

Text Example


Text Example

White with #D88964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88964; }

 p { color: rgb(216,137,100); }

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

background-color css

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

 a { background-color: rgb(216,137,100); }

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

border-color css

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

 span { border-color: rgb(216,137,100); }

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