Html Css Color HEX #D88E68 Copper

📋 copy color: '#D88E68'

red 216 ◦ green 142 ◦ blue 104

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

Shades of Copper #D88E68

Tints of Copper #D88E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.51%

R = 46.75%
G = 30.74%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D88E68 (or 0xD88E68) is known color: Copper. HEX triplet: D8, 8E and 68. RGB value is (216,142,104). Sum of RGB (Red+Green+Blue) = 216+142+104=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88E68 is #277197. Grayscale: #A0A0A0. Windows color (decimal): -2584984 or 6852312. OLE color: 6852312.

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

Color convert

RGB 216 142 104 -
CMYK 0 0.34 0.52 0.15
HSL 20.36º 0.59% 0.63% -
HSV(B) 20.36º 0.52% 0.85% -
XYZ 40.49 34.94 17.71 -
YUV 159.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 216 142 104 0 0.34 0.52 0.15 20.36 0.59 0.63
Hex D8 8E 68 0 22 34 F 14 3B 3F
Octal 330 216 150 0 42 64 17 24 73 77
Binary 11011000 10001110 1101000 0 100010 110100 1111 10100 111011 111111

Color Harmonies of #D88E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88E68

Black with #D88E68

Text Example


Text Example

White with #D88E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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