Html Css Color HEX #D9885D Copper

📋 copy color: '#D9885D'

red 217 ◦ green 136 ◦ blue 93

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

Shades of Copper #D9885D

Tints of Copper #D9885D

RGB

 RED value IS 217 (85.16% from 255) = 48.65%

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

 BLUE value IS 93 (36.72% from 255) = 20.85%

R = 48.65%
G = 30.49%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9885D (or 0xD9885D) is known color: Copper. HEX triplet: D9, 88 and 5D. RGB value is (217,136,93). Sum of RGB (Red+Green+Blue) = 217+136+93=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D9885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9885D is #2677A2. Grayscale: #9B9B9B. Windows color (decimal): -2520995 or 6129881. OLE color: 6129881.

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

Color convert

RGB 217 136 93 -
CMYK 0 0.37 0.57 0.15
HSL 20.81º 0.62% 0.61% -
HSV(B) 20.81º 0.57% 0.85% -
XYZ 39.4 33.15 14.68 -
YUV 155.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 217 136 93 0 0.37 0.57 0.15 20.81 0.62 0.61
Hex D9 88 5D 0 25 39 F 15 3E 3D
Octal 331 210 135 0 45 71 17 25 76 75
Binary 11011001 10001000 1011101 0 100101 111001 1111 10101 111110 111101

Color Harmonies of #D9885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9885D

Black with #D9885D

Text Example


Text Example

White with #D9885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9885D; }

 p { color: rgb(217,136,93); }

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

background-color css

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

 a { background-color: rgb(217,136,93); }

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

border-color css

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

 span { border-color: rgb(217,136,93); }

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