Html Css Color HEX #D88E6D Copper

📋 copy color: '#D88E6D'

red 216 ◦ green 142 ◦ blue 109

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

Shades of Copper #D88E6D

Tints of Copper #D88E6D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.41%

 BLUE value IS 109 (42.97% from 255) = 23.34%

R = 46.25%
G = 30.41%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D88E6D (or 0xD88E6D) is known color: Copper. HEX triplet: D8, 8E and 6D. RGB value is (216,142,109). Sum of RGB (Red+Green+Blue) = 216+142+109=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88E6D is #277192. Grayscale: #A0A0A0. Windows color (decimal): -2584979 or 7179992. OLE color: 7179992.

HSL color Cylindrical-coordinate representation of color #D88E6D: hue angle of 18.5º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D88E6D is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 142 109 -
CMYK 0 0.34 0.50 0.15
HSL 18.5º 0.58% 0.64% -
HSV(B) 18.5º 0.5% 0.85% -
XYZ 40.75 35.05 19.09 -
YUV 160.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 216 142 109 0 0.34 0.50 0.15 18.5 0.58 0.64
Hex D8 8E 6D 0 22 32 F 13 3A 40
Octal 330 216 155 0 42 62 17 23 72 100
Binary 11011000 10001110 1101101 0 100010 110010 1111 10011 111010 1000000

Color Harmonies of #D88E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88E6D

Black with #D88E6D

Text Example


Text Example

White with #D88E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88E6D; }

 p { color: rgb(216,142,109); }

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

background-color css

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

 a { background-color: rgb(216,142,109); }

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

border-color css

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

 span { border-color: rgb(216,142,109); }

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