Html Css Color HEX #D58B6F Copper

📋 copy color: '#D58B6F'

red 213 ◦ green 139 ◦ blue 111

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

Shades of Copper #D58B6F

Tints of Copper #D58B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.97%

R = 46%
G = 30.02%
B = 23.97%

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

#D58B6F (or 0xD58B6F) is known color: Copper. HEX triplet: D5, 8B and 6F. RGB value is (213,139,111). Sum of RGB (Red+Green+Blue) = 213+139+111=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B6F is #2A7490. Grayscale: #9E9E9E. Windows color (decimal): -2782353 or 7310293. OLE color: 7310293.

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

Color convert

RGB 213 139 111 -
CMYK 0 0.35 0.48 0.16
HSL 16.47º 0.55% 0.64% -
HSV(B) 16.47º 0.48% 0.84% -
XYZ 39.54 33.76 19.47 -
YUV 157.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 213 139 111 0 0.35 0.48 0.16 16.47 0.55 0.64
Hex D5 8B 6F 0 23 30 10 10 37 40
Octal 325 213 157 0 43 60 20 20 67 100
Binary 11010101 10001011 1101111 0 100011 110000 10000 10000 110111 1000000

Color Harmonies of #D58B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58B6F

Black with #D58B6F

Text Example


Text Example

White with #D58B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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