Html Css Color HEX #D88C70 Copper

📋 copy color: '#D88C70'

red 216 ◦ green 140 ◦ blue 112

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

Shades of Copper #D88C70

Tints of Copper #D88C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.91%

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

R = 46.15%
G = 29.91%
B = 23.93%

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

#D88C70 (or 0xD88C70) is known color: Copper. HEX triplet: D8, 8C and 70. RGB value is (216,140,112). Sum of RGB (Red+Green+Blue) = 216+140+112=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C70 is #27738F. Grayscale: #9F9F9F. Windows color (decimal): -2585488 or 7376088. OLE color: 7376088.

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

Color convert

RGB 216 140 112 -
CMYK 0 0.35 0.48 0.15
HSL 16.15º 0.57% 0.64% -
HSV(B) 16.15º 0.48% 0.85% -
XYZ 40.62 34.52 19.85 -
YUV 159.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 216 140 112 0 0.35 0.48 0.15 16.15 0.57 0.64
Hex D8 8C 70 0 23 30 F 10 39 40
Octal 330 214 160 0 43 60 17 20 71 100
Binary 11011000 10001100 1110000 0 100011 110000 1111 10000 111001 1000000

Color Harmonies of #D88C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C70

Black with #D88C70

Text Example


Text Example

White with #D88C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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