Html Css Color HEX #D88862 Copper

📋 copy color: '#D88862'

red 216 ◦ green 136 ◦ blue 98

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

Shades of Copper #D88862

Tints of Copper #D88862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.78%

R = 48%
G = 30.22%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D88862 (or 0xD88862) is known color: Copper. HEX triplet: D8, 88 and 62. RGB value is (216,136,98). Sum of RGB (Red+Green+Blue) = 216+136+98=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D88862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88862 is #27779D. Grayscale: #9B9B9B. Windows color (decimal): -2586526 or 6457560. OLE color: 6457560.

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

Color convert

RGB 216 136 98 -
CMYK 0 0.37 0.55 0.15
HSL 19.32º 0.6% 0.62% -
HSV(B) 19.32º 0.55% 0.85% -
XYZ 39.33 33.09 15.87 -
YUV 155.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 216 136 98 0 0.37 0.55 0.15 19.32 0.6 0.62
Hex D8 88 62 0 25 37 F 13 3C 3E
Octal 330 210 142 0 45 67 17 23 74 76
Binary 11011000 10001000 1100010 0 100101 110111 1111 10011 111100 111110

Color Harmonies of #D88862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88862

Black with #D88862

Text Example


Text Example

White with #D88862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88862; }

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

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

background-color css

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

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

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

border-color css

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

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

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