Html Css Color HEX #DCA59B Rose

📋 copy color: '#DCA59B'

red 220 ◦ green 165 ◦ blue 155

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

Shades of Rose #DCA59B

Tints of Rose #DCA59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.7%

R = 40.74%
G = 30.56%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCA59B (or 0xDCA59B) is known color: Rose. HEX triplet: DC, A5 and 9B. RGB value is (220,165,155). Sum of RGB (Red+Green+Blue) = 220+165+155=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA59B is #235A64. Grayscale: #B4B4B4. Windows color (decimal): -2316901 or 10200540. OLE color: 10200540.

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

Color convert

RGB 220 165 155 -
CMYK 0 0.25 0.30 0.14
HSL 9.23º 0.48% 0.74% -
HSV(B) 9.23º 0.3% 0.86% -
XYZ 48.89 44.49 37.02 -
YUV 180.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 220 165 155 0 0.25 0.30 0.14 9.23 0.48 0.74
Hex DC A5 9B 0 19 1E E 9 30 4A
Octal 334 245 233 0 31 36 16 11 60 112
Binary 11011100 10100101 10011011 0 11001 11110 1110 1001 110000 1001010

Color Harmonies of #DCA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA59B

Black with #DCA59B

Text Example


Text Example

White with #DCA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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