Html Css Color HEX #D58B68 Copper

📋 copy color: '#D58B68'

red 213 ◦ green 139 ◦ blue 104

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

Shades of Copper #D58B68

Tints of Copper #D58B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.81%

R = 46.71%
G = 30.48%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D58B68 (or 0xD58B68) is known color: Copper. HEX triplet: D5, 8B and 68. RGB value is (213,139,104). Sum of RGB (Red+Green+Blue) = 213+139+104=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B68 is #2A7497. Grayscale: #9D9D9D. Windows color (decimal): -2782360 or 6851541. OLE color: 6851541.

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

Color convert

RGB 213 139 104 -
CMYK 0 0.35 0.51 0.16
HSL 19.27º 0.56% 0.62% -
HSV(B) 19.27º 0.51% 0.84% -
XYZ 39.17 33.61 17.52 -
YUV 157.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 213 139 104 0 0.35 0.51 0.16 19.27 0.56 0.62
Hex D5 8B 68 0 23 33 10 13 38 3E
Octal 325 213 150 0 43 63 20 23 70 76
Binary 11010101 10001011 1101000 0 100011 110011 10000 10011 111000 111110

Color Harmonies of #D58B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58B68

Black with #D58B68

Text Example


Text Example

White with #D58B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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