Html Css Color HEX #DBB399 Cashmere

📋 copy color: '#DBB399'

red 219 ◦ green 179 ◦ blue 153

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

Shades of Cashmere #DBB399

Tints of Cashmere #DBB399

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.49%

 BLUE value IS 153 (60.16% from 255) = 27.77%

R = 39.75%
G = 32.49%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBB399 (or 0xDBB399) is known color: Cashmere. HEX triplet: DB, B3 and 99. RGB value is (219,179,153). Sum of RGB (Red+Green+Blue) = 219+179+153=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB399 is #244C66. Grayscale: #BCBCBC. Windows color (decimal): -2378855 or 10073051. OLE color: 10073051.

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

Color convert

RGB 219 179 153 -
CMYK 0 0.18 0.30 0.14
HSL 23.64º 0.48% 0.73% -
HSV(B) 23.64º 0.3% 0.86% -
XYZ 51.08 49.6 37.02 -
YUV 188 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 219 179 153 0 0.18 0.30 0.14 23.64 0.48 0.73
Hex DB B3 99 0 12 1E E 18 30 49
Octal 333 263 231 0 22 36 16 30 60 111
Binary 11011011 10110011 10011001 0 10010 11110 1110 11000 110000 1001001

Color Harmonies of #DBB399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB399

Black with #DBB399

Text Example


Text Example

White with #DBB399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB399; }

 p { color: rgb(219,179,153); }

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

background-color css

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

 a { background-color: rgb(219,179,153); }

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

border-color css

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

 span { border-color: rgb(219,179,153); }

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