Html Css Color HEX #D58569 Copper

📋 copy color: '#D58569'

red 213 ◦ green 133 ◦ blue 105

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

Shades of Copper #D58569

Tints of Copper #D58569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

 BLUE value IS 105 (41.41% from 255) = 23.28%

R = 47.23%
G = 29.49%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D58569 (or 0xD58569) is known color: Copper. HEX triplet: D5, 85 and 69. RGB value is (213,133,105). Sum of RGB (Red+Green+Blue) = 213+133+105=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D58569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58569 is #2A7A96. Grayscale: #999999. Windows color (decimal): -2783895 or 6915541. OLE color: 6915541.

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

Color convert

RGB 213 133 105 -
CMYK 0 0.38 0.51 0.16
HSL 15.56º 0.56% 0.62% -
HSV(B) 15.56º 0.51% 0.84% -
XYZ 38.38 31.94 17.51 -
YUV 153.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 213 133 105 0 0.38 0.51 0.16 15.56 0.56 0.62
Hex D5 85 69 0 26 33 10 10 38 3E
Octal 325 205 151 0 46 63 20 20 70 76
Binary 11010101 10000101 1101001 0 100110 110011 10000 10000 111000 111110

Color Harmonies of #D58569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58569

Black with #D58569

Text Example


Text Example

White with #D58569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58569; }

 p { color: rgb(213,133,105); }

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

background-color css

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

 a { background-color: rgb(213,133,105); }

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

border-color css

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

 span { border-color: rgb(213,133,105); }

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