Html Css Color HEX #D88962 Copper

📋 copy color: '#D88962'

red 216 ◦ green 137 ◦ blue 98

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

Shades of Copper #D88962

Tints of Copper #D88962

RGB

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

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

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

R = 47.89%
G = 30.38%
B = 21.73%

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

#D88962 (or 0xD88962) is known color: Copper. HEX triplet: D8, 89 and 62. RGB value is (216,137,98). Sum of RGB (Red+Green+Blue) = 216+137+98=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D88962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88962 is #27769D. Grayscale: #9C9C9C. Windows color (decimal): -2586270 or 6457816. OLE color: 6457816.

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

Color convert

RGB 216 137 98 -
CMYK 0 0.37 0.55 0.15
HSL 19.83º 0.6% 0.62% -
HSV(B) 19.83º 0.55% 0.85% -
XYZ 39.47 33.37 15.92 -
YUV 156.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 216 137 98 0 0.37 0.55 0.15 19.83 0.6 0.62
Hex D8 89 62 0 25 37 F 14 3C 3E
Octal 330 211 142 0 45 67 17 24 74 76
Binary 11011000 10001001 1100010 0 100101 110111 1111 10100 111100 111110

Color Harmonies of #D88962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88962

Black with #D88962

Text Example


Text Example

White with #D88962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88962; }

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

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

background-color css

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

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

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

border-color css

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

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

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