Html Css Color HEX #D58966 Copper

📋 copy color: '#D58966'

red 213 ◦ green 137 ◦ blue 102

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

Shades of Copper #D58966

Tints of Copper #D58966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.31%

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

R = 47.12%
G = 30.31%
B = 22.57%

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

#D58966 (or 0xD58966) is known color: Copper. HEX triplet: D5, 89 and 66. RGB value is (213,137,102). Sum of RGB (Red+Green+Blue) = 213+137+102=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D58966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58966 is #2A7699. Grayscale: #9B9B9B. Windows color (decimal): -2782874 or 6719957. OLE color: 6719957.

HSL color Cylindrical-coordinate representation of color #D58966: hue angle of 18.92º 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 #D58966 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 137 102 -
CMYK 0 0.36 0.52 0.16
HSL 18.92º 0.57% 0.62% -
HSV(B) 18.92º 0.52% 0.84% -
XYZ 38.78 33 16.9 -
YUV 155.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 213 137 102 0 0.36 0.52 0.16 18.92 0.57 0.62
Hex D5 89 66 0 24 34 10 13 39 3E
Octal 325 211 146 0 44 64 20 23 71 76
Binary 11010101 10001001 1100110 0 100100 110100 10000 10011 111001 111110

Color Harmonies of #D58966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58966

Black with #D58966

Text Example


Text Example

White with #D58966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58966; }

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

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

background-color css

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

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

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

border-color css

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

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

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