Html Css Color HEX #D58866 Copper

📋 copy color: '#D58866'

red 213 ◦ green 136 ◦ blue 102

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

Shades of Copper #D58866

Tints of Copper #D58866

RGB

 RED value IS 213 (83.59% from 255) = 47.23%

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

 BLUE value IS 102 (40.23% from 255) = 22.62%

R = 47.23%
G = 30.16%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D58866 (or 0xD58866) is known color: Copper. HEX triplet: D5, 88 and 66. RGB value is (213,136,102). Sum of RGB (Red+Green+Blue) = 213+136+102=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D58866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58866 is #2A7799. Grayscale: #9B9B9B. Windows color (decimal): -2783130 or 6719701. OLE color: 6719701.

HSL color Cylindrical-coordinate representation of color #D58866: hue angle of 18.38º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D58866 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 136 102 -
CMYK 0 0.36 0.52 0.16
HSL 18.38º 0.57% 0.62% -
HSV(B) 18.38º 0.52% 0.84% -
XYZ 38.64 32.71 16.85 -
YUV 155.15 98.01 169.26 -
System Red Green Blue C M Y K H S L
Decimal 213 136 102 0 0.36 0.52 0.16 18.38 0.57 0.62
Hex D5 88 66 0 24 34 10 12 39 3E
Octal 325 210 146 0 44 64 20 22 71 76
Binary 11010101 10001000 1100110 0 100100 110100 10000 10010 111001 111110

Color Harmonies of #D58866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58866

Black with #D58866

Text Example


Text Example

White with #D58866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58866; }

 p { color: rgb(213,136,102); }

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

background-color css

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

 a { background-color: rgb(213,136,102); }

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

border-color css

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

 span { border-color: rgb(213,136,102); }

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