Html Css Color HEX #D58D68 Copper

📋 copy color: '#D58D68'

red 213 ◦ green 141 ◦ blue 104

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

Shades of Copper #D58D68

Tints of Copper #D58D68

RGB

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

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

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

R = 46.51%
G = 30.79%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D58D68 (or 0xD58D68) is known color: Copper. HEX triplet: D5, 8D and 68. RGB value is (213,141,104). Sum of RGB (Red+Green+Blue) = 213+141+104=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D68 is #2A7297. Grayscale: #9E9E9E. Windows color (decimal): -2781848 or 6852053. OLE color: 6852053.

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

Color convert

RGB 213 141 104 -
CMYK 0 0.34 0.51 0.16
HSL 20.37º 0.56% 0.62% -
HSV(B) 20.37º 0.51% 0.84% -
XYZ 39.46 34.2 17.62 -
YUV 158.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 213 141 104 0 0.34 0.51 0.16 20.37 0.56 0.62
Hex D5 8D 68 0 22 33 10 14 38 3E
Octal 325 215 150 0 42 63 20 24 70 76
Binary 11010101 10001101 1101000 0 100010 110011 10000 10100 111000 111110

Color Harmonies of #D58D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D68

Black with #D58D68

Text Example


Text Example

White with #D58D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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