Html Css Color HEX #DCA59D Rose

📋 copy color: '#DCA59D'

red 220 ◦ green 165 ◦ blue 157

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

Shades of Rose #DCA59D

Tints of Rose #DCA59D

RGB

 RED value IS 220 (86.33% from 255) = 40.59%

 GREEN value IS 165 (64.84% from 255) = 30.44%

 BLUE value IS 157 (61.72% from 255) = 28.97%

R = 40.59%
G = 30.44%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCA59D (or 0xDCA59D) is known color: Rose. HEX triplet: DC, A5 and 9D. RGB value is (220,165,157). Sum of RGB (Red+Green+Blue) = 220+165+157=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA59D is #235A62. Grayscale: #B4B4B4. Windows color (decimal): -2316899 or 10331612. OLE color: 10331612.

HSL color Cylindrical-coordinate representation of color #DCA59D: hue angle of 7.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA59D is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 165 157 -
CMYK 0 0.25 0.29 0.14
HSL 7.62º 0.47% 0.74% -
HSV(B) 7.62º 0.29% 0.86% -
XYZ 49.06 44.56 37.91 -
YUV 180.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 220 165 157 0 0.25 0.29 0.14 7.62 0.47 0.74
Hex DC A5 9D 0 19 1D E 8 2F 4A
Octal 334 245 235 0 31 35 16 10 57 112
Binary 11011100 10100101 10011101 0 11001 11101 1110 1000 101111 1001010

Color Harmonies of #DCA59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA59D

Black with #DCA59D

Text Example


Text Example

White with #DCA59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA59D; }

 p { color: rgb(220,165,157); }

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

background-color css

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

 a { background-color: rgb(220,165,157); }

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

border-color css

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

 span { border-color: rgb(220,165,157); }

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