Html Css Color HEX #D88B70 Copper

📋 copy color: '#D88B70'

red 216 ◦ green 139 ◦ blue 112

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

Shades of Copper #D88B70

Tints of Copper #D88B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.76%

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

R = 46.25%
G = 29.76%
B = 23.98%

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

#D88B70 (or 0xD88B70) is known color: Copper. HEX triplet: D8, 8B and 70. RGB value is (216,139,112). Sum of RGB (Red+Green+Blue) = 216+139+112=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88B70 is #27748F. Grayscale: #9F9F9F. Windows color (decimal): -2585744 or 7375832. OLE color: 7375832.

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

Color convert

RGB 216 139 112 -
CMYK 0 0.36 0.48 0.15
HSL 15.58º 0.57% 0.64% -
HSV(B) 15.58º 0.48% 0.85% -
XYZ 40.48 34.23 19.8 -
YUV 158.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 216 139 112 0 0.36 0.48 0.15 15.58 0.57 0.64
Hex D8 8B 70 0 24 30 F 10 39 40
Octal 330 213 160 0 44 60 17 20 71 100
Binary 11011000 10001011 1110000 0 100100 110000 1111 10000 111001 1000000

Color Harmonies of #D88B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88B70

Black with #D88B70

Text Example


Text Example

White with #D88B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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