Html Css Color HEX #DBB59A Cashmere

📋 copy color: '#DBB59A'

red 219 ◦ green 181 ◦ blue 154

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

Shades of Cashmere #DBB59A

Tints of Cashmere #DBB59A

RGB

 RED value IS 219 (85.94% from 255) = 39.53%

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

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

R = 39.53%
G = 32.67%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBB59A (or 0xDBB59A) is known color: Cashmere. HEX triplet: DB, B5 and 9A. RGB value is (219,181,154). Sum of RGB (Red+Green+Blue) = 219+181+154=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB59A is #244A65. Grayscale: #BDBDBD. Windows color (decimal): -2378342 or 10139099. OLE color: 10139099.

HSL color Cylindrical-coordinate representation of color #DBB59A: hue angle of 24.92º degrees, saturation: 0.47, 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 #DBB59A is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 181 154 -
CMYK 0 0.17 0.30 0.14
HSL 24.92º 0.47% 0.73% -
HSV(B) 24.92º 0.3% 0.86% -
XYZ 51.57 50.44 37.59 -
YUV 189.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 219 181 154 0 0.17 0.30 0.14 24.92 0.47 0.73
Hex DB B5 9A 0 11 1E E 19 2F 49
Octal 333 265 232 0 21 36 16 31 57 111
Binary 11011011 10110101 10011010 0 10001 11110 1110 11001 101111 1001001

Color Harmonies of #DBB59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB59A

Black with #DBB59A

Text Example


Text Example

White with #DBB59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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