Html Css Color HEX #DCB59A Cashmere

📋 copy color: '#DCB59A'

red 220 ◦ green 181 ◦ blue 154

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

Shades of Cashmere #DCB59A

Tints of Cashmere #DCB59A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.61%

 BLUE value IS 154 (60.55% from 255) = 27.75%

R = 39.64%
G = 32.61%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DCB59A (or 0xDCB59A) is known color: Cashmere. HEX triplet: DC, B5 and 9A. RGB value is (220,181,154). Sum of RGB (Red+Green+Blue) = 220+181+154=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB59A is #234A65. Grayscale: #BDBDBD. Windows color (decimal): -2312806 or 10139100. OLE color: 10139100.

HSL color Cylindrical-coordinate representation of color #DCB59A: hue angle of 24.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB59A is Cyan = 0, Magento = 0.18, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 181 154 -
CMYK 0 0.18 0.3 0.14
HSL 24.55º 0.49% 0.73% -
HSV(B) 24.55º 0.3% 0.86% -
XYZ 51.87 50.6 37.6 -
YUV 189.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 220 181 154 0 0.18 0.3 0.14 24.55 0.49 0.73
Hex DC B5 9A 0 12 1E E 19 31 49
Octal 334 265 232 0 22 36 16 31 61 111
Binary 11011100 10110101 10011010 0 10010 11110 1110 11001 110001 1001001

Color Harmonies of #DCB59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB59A

Black with #DCB59A

Text Example


Text Example

White with #DCB59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB59A; }

 p { color: rgb(220,181,154); }

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

background-color css

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

 a { background-color: rgb(220,181,154); }

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

border-color css

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

 span { border-color: rgb(220,181,154); }

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