Html Css Color HEX #D88B64 Copper

📋 copy color: '#D88B64'

red 216 ◦ green 139 ◦ blue 100

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

Shades of Copper #D88B64

Tints of Copper #D88B64

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.55%

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

R = 47.47%
G = 30.55%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D88B64 (or 0xD88B64) is known color: Copper. HEX triplet: D8, 8B and 64. RGB value is (216,139,100). Sum of RGB (Red+Green+Blue) = 216+139+100=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88B64 is #27749B. Grayscale: #9D9D9D. Windows color (decimal): -2585756 or 6589400. OLE color: 6589400.

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

Color convert

RGB 216 139 100 -
CMYK 0 0.36 0.54 0.15
HSL 20.17º 0.6% 0.62% -
HSV(B) 20.17º 0.54% 0.85% -
XYZ 39.85 33.98 16.52 -
YUV 157.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 216 139 100 0 0.36 0.54 0.15 20.17 0.6 0.62
Hex D8 8B 64 0 24 36 F 14 3C 3E
Octal 330 213 144 0 44 66 17 24 74 76
Binary 11011000 10001011 1100100 0 100100 110110 1111 10100 111100 111110

Color Harmonies of #D88B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88B64

Black with #D88B64

Text Example


Text Example

White with #D88B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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