Html Css Color HEX #D8885E Copper

📋 copy color: '#D8885E'

red 216 ◦ green 136 ◦ blue 94

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

Shades of Copper #D8885E

Tints of Copper #D8885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.49%

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 48.43%
G = 30.49%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8885E (or 0xD8885E) is known color: Copper. HEX triplet: D8, 88 and 5E. RGB value is (216,136,94). Sum of RGB (Red+Green+Blue) = 216+136+94=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8885E is #2777A1. Grayscale: #9B9B9B. Windows color (decimal): -2586530 or 6195416. OLE color: 6195416.

HSL color Cylindrical-coordinate representation of color #D8885E: hue angle of 20.66º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8885E is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 94 -
CMYK 0 0.37 0.56 0.15
HSL 20.66º 0.61% 0.61% -
HSV(B) 20.66º 0.56% 0.85% -
XYZ 39.14 33.02 14.9 -
YUV 155.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 216 136 94 0 0.37 0.56 0.15 20.66 0.61 0.61
Hex D8 88 5E 0 25 38 F 15 3D 3D
Octal 330 210 136 0 45 70 17 25 75 75
Binary 11011000 10001000 1011110 0 100101 111000 1111 10101 111101 111101

Color Harmonies of #D8885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8885E

Black with #D8885E

Text Example


Text Example

White with #D8885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8885E; }

 p { color: rgb(216,136,94); }

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

background-color css

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

 a { background-color: rgb(216,136,94); }

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

border-color css

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

 span { border-color: rgb(216,136,94); }

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