Html Css Color HEX #D58B6E Copper

📋 copy color: '#D58B6E'

red 213 ◦ green 139 ◦ blue 110

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

Shades of Copper #D58B6E

Tints of Copper #D58B6E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 46.1%
G = 30.09%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D58B6E (or 0xD58B6E) is known color: Copper. HEX triplet: D5, 8B and 6E. RGB value is (213,139,110). Sum of RGB (Red+Green+Blue) = 213+139+110=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B6E is #2A7491. Grayscale: #9E9E9E. Windows color (decimal): -2782354 or 7244757. OLE color: 7244757.

HSL color Cylindrical-coordinate representation of color #D58B6E: hue angle of 16.89º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D58B6E is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 139 110 -
CMYK 0 0.35 0.48 0.16
HSL 16.89º 0.55% 0.63% -
HSV(B) 16.89º 0.48% 0.84% -
XYZ 39.49 33.74 19.18 -
YUV 157.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 213 139 110 0 0.35 0.48 0.16 16.89 0.55 0.63
Hex D5 8B 6E 0 23 30 10 11 37 3F
Octal 325 213 156 0 43 60 20 21 67 77
Binary 11010101 10001011 1101110 0 100011 110000 10000 10001 110111 111111

Color Harmonies of #D58B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58B6E

Black with #D58B6E

Text Example


Text Example

White with #D58B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58B6E; }

 p { color: rgb(213,139,110); }

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

background-color css

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

 a { background-color: rgb(213,139,110); }

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

border-color css

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

 span { border-color: rgb(213,139,110); }

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