Html Css Color HEX #D88A70 Copper

📋 copy color: '#D88A70'

red 216 ◦ green 138 ◦ blue 112

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

Shades of Copper #D88A70

Tints of Copper #D88A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.61%

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

R = 46.35%
G = 29.61%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D88A70 (or 0xD88A70) is known color: Copper. HEX triplet: D8, 8A and 70. RGB value is (216,138,112). Sum of RGB (Red+Green+Blue) = 216+138+112=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A70 is #27758F. Grayscale: #9E9E9E. Windows color (decimal): -2586000 or 7375576. OLE color: 7375576.

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

Color convert

RGB 216 138 112 -
CMYK 0 0.36 0.48 0.15
HSL 15º 0.57% 0.64% -
HSV(B) 15º 0.48% 0.85% -
XYZ 40.33 33.95 19.76 -
YUV 158.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 216 138 112 0 0.36 0.48 0.15 15 0.57 0.64
Hex D8 8A 70 0 24 30 F F 39 40
Octal 330 212 160 0 44 60 17 17 71 100
Binary 11011000 10001010 1110000 0 100100 110000 1111 1111 111001 1000000

Color Harmonies of #D88A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A70

Black with #D88A70

Text Example


Text Example

White with #D88A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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