Html Css Color HEX #DBB49A Cashmere

📋 copy color: '#DBB49A'

red 219 ◦ green 180 ◦ blue 154

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

Shades of Cashmere #DBB49A

Tints of Cashmere #DBB49A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.55%

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

R = 39.6%
G = 32.55%
B = 27.85%

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

#DBB49A (or 0xDBB49A) is known color: Cashmere. HEX triplet: DB, B4 and 9A. RGB value is (219,180,154). Sum of RGB (Red+Green+Blue) = 219+180+154=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB49A is #244B65. Grayscale: #BCBCBC. Windows color (decimal): -2378598 or 10138843. OLE color: 10138843.

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

Color convert

RGB 219 180 154 -
CMYK 0 0.18 0.30 0.14
HSL 24º 0.47% 0.73% -
HSV(B) 24º 0.3% 0.86% -
XYZ 51.37 50.04 37.52 -
YUV 188.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 219 180 154 0 0.18 0.30 0.14 24 0.47 0.73
Hex DB B4 9A 0 12 1E E 18 2F 49
Octal 333 264 232 0 22 36 16 30 57 111
Binary 11011011 10110100 10011010 0 10010 11110 1110 11000 101111 1001001

Color Harmonies of #DBB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB49A

Black with #DBB49A

Text Example


Text Example

White with #DBB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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