Html Css Color HEX #D88970 Copper

📋 copy color: '#D88970'

red 216 ◦ green 137 ◦ blue 112

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

Shades of Copper #D88970

Tints of Copper #D88970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.09%

R = 46.45%
G = 29.46%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D88970 (or 0xD88970) is known color: Copper. HEX triplet: D8, 89 and 70. RGB value is (216,137,112). Sum of RGB (Red+Green+Blue) = 216+137+112=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D88970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88970 is #27768F. Grayscale: #9D9D9D. Windows color (decimal): -2586256 or 7375320. OLE color: 7375320.

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

Color convert

RGB 216 137 112 -
CMYK 0 0.37 0.48 0.15
HSL 14.42º 0.57% 0.64% -
HSV(B) 14.42º 0.48% 0.85% -
XYZ 40.19 33.66 19.71 -
YUV 157.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 216 137 112 0 0.37 0.48 0.15 14.42 0.57 0.64
Hex D8 89 70 0 25 30 F E 39 40
Octal 330 211 160 0 45 60 17 16 71 100
Binary 11011000 10001001 1110000 0 100101 110000 1111 1110 111001 1000000

Color Harmonies of #D88970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88970

Black with #D88970

Text Example


Text Example

White with #D88970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88970; }

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

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

background-color css

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

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

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

border-color css

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

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

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