Html Css Color HEX #D88D70 Copper

📋 copy color: '#D88D70'

red 216 ◦ green 141 ◦ blue 112

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

Shades of Copper #D88D70

Tints of Copper #D88D70

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.06%

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

R = 46.06%
G = 30.06%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D88D70 (or 0xD88D70) is known color: Copper. HEX triplet: D8, 8D and 70. RGB value is (216,141,112). Sum of RGB (Red+Green+Blue) = 216+141+112=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D70 is #27728F. Grayscale: #A0A0A0. Windows color (decimal): -2585232 or 7376344. OLE color: 7376344.

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

Color convert

RGB 216 141 112 -
CMYK 0 0.35 0.48 0.15
HSL 16.73º 0.57% 0.64% -
HSV(B) 16.73º 0.48% 0.85% -
XYZ 40.77 34.82 19.9 -
YUV 160.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 216 141 112 0 0.35 0.48 0.15 16.73 0.57 0.64
Hex D8 8D 70 0 23 30 F 11 39 40
Octal 330 215 160 0 43 60 17 21 71 100
Binary 11011000 10001101 1110000 0 100011 110000 1111 10001 111001 1000000

Color Harmonies of #D88D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D70

Black with #D88D70

Text Example


Text Example

White with #D88D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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