Html Css Color HEX #D58969 Copper

📋 copy color: '#D58969'

red 213 ◦ green 137 ◦ blue 105

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

Shades of Copper #D58969

Tints of Copper #D58969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.11%

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

R = 46.81%
G = 30.11%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D58969 (or 0xD58969) is known color: Copper. HEX triplet: D5, 89 and 69. RGB value is (213,137,105). Sum of RGB (Red+Green+Blue) = 213+137+105=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D58969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58969 is #2A7696. Grayscale: #9C9C9C. Windows color (decimal): -2782871 or 6916565. OLE color: 6916565.

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

Color convert

RGB 213 137 105 -
CMYK 0 0.36 0.51 0.16
HSL 17.78º 0.56% 0.62% -
HSV(B) 17.78º 0.51% 0.84% -
XYZ 38.94 33.06 17.69 -
YUV 156.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 213 137 105 0 0.36 0.51 0.16 17.78 0.56 0.62
Hex D5 89 69 0 24 33 10 12 38 3E
Octal 325 211 151 0 44 63 20 22 70 76
Binary 11010101 10001001 1101001 0 100100 110011 10000 10010 111000 111110

Color Harmonies of #D58969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58969

Black with #D58969

Text Example


Text Example

White with #D58969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58969; }

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

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

background-color css

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

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

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

border-color css

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

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

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