Html Css Color HEX #D88E6F Copper

📋 copy color: '#D88E6F'

red 216 ◦ green 142 ◦ blue 111

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

Shades of Copper #D88E6F

Tints of Copper #D88E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 46.06%
G = 30.28%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D88E6F (or 0xD88E6F) is known color: Copper. HEX triplet: D8, 8E and 6F. RGB value is (216,142,111). Sum of RGB (Red+Green+Blue) = 216+142+111=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88E6F is #277190. Grayscale: #A0A0A0. Windows color (decimal): -2584977 or 7311064. OLE color: 7311064.

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

Color convert

RGB 216 142 111 -
CMYK 0 0.34 0.49 0.15
HSL 17.71º 0.57% 0.64% -
HSV(B) 17.71º 0.49% 0.85% -
XYZ 40.86 35.09 19.66 -
YUV 160.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 216 142 111 0 0.34 0.49 0.15 17.71 0.57 0.64
Hex D8 8E 6F 0 22 31 F 12 39 40
Octal 330 216 157 0 42 61 17 22 71 100
Binary 11011000 10001110 1101111 0 100010 110001 1111 10010 111001 1000000

Color Harmonies of #D88E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88E6F

Black with #D88E6F

Text Example


Text Example

White with #D88E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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