Html Css Color HEX #D58D66 Copper

📋 copy color: '#D58D66'

red 213 ◦ green 141 ◦ blue 102

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

Shades of Copper #D58D66

Tints of Copper #D58D66

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.92%

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

R = 46.71%
G = 30.92%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D58D66 (or 0xD58D66) is known color: Copper. HEX triplet: D5, 8D and 66. RGB value is (213,141,102). Sum of RGB (Red+Green+Blue) = 213+141+102=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D66 is #2A7299. Grayscale: #9E9E9E. Windows color (decimal): -2781850 or 6720981. OLE color: 6720981.

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

Color convert

RGB 213 141 102 -
CMYK 0 0.34 0.52 0.16
HSL 21.08º 0.57% 0.62% -
HSV(B) 21.08º 0.52% 0.84% -
XYZ 39.36 34.16 17.09 -
YUV 158.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 213 141 102 0 0.34 0.52 0.16 21.08 0.57 0.62
Hex D5 8D 66 0 22 34 10 15 39 3E
Octal 325 215 146 0 42 64 20 25 71 76
Binary 11010101 10001101 1100110 0 100010 110100 10000 10101 111001 111110

Color Harmonies of #D58D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D66

Black with #D58D66

Text Example


Text Example

White with #D58D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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