Html Css Color HEX #DBB59E Cashmere

📋 copy color: '#DBB59E'

red 219 ◦ green 181 ◦ blue 158

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

Shades of Cashmere #DBB59E

Tints of Cashmere #DBB59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.32%

R = 39.25%
G = 32.44%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBB59E (or 0xDBB59E) is known color: Cashmere. HEX triplet: DB, B5 and 9E. RGB value is (219,181,158). Sum of RGB (Red+Green+Blue) = 219+181+158=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB59E is #244A61. Grayscale: #BDBDBD. Windows color (decimal): -2378338 or 10401243. OLE color: 10401243.

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

Color convert

RGB 219 181 158 -
CMYK 0 0.17 0.28 0.14
HSL 22.62º 0.46% 0.74% -
HSV(B) 22.62º 0.28% 0.86% -
XYZ 51.91 50.58 39.37 -
YUV 189.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 219 181 158 0 0.17 0.28 0.14 22.62 0.46 0.74
Hex DB B5 9E 0 11 1C E 17 2E 4A
Octal 333 265 236 0 21 34 16 27 56 112
Binary 11011011 10110101 10011110 0 10001 11100 1110 10111 101110 1001010

Color Harmonies of #DBB59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB59E

Black with #DBB59E

Text Example


Text Example

White with #DBB59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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