Html Css Color HEX #DBB49F Cashmere

📋 copy color: '#DBB49F'

red 219 ◦ green 180 ◦ blue 159

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

Shades of Cashmere #DBB49F

Tints of Cashmere #DBB49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.49%

R = 39.25%
G = 32.26%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBB49F (or 0xDBB49F) is known color: Cashmere. HEX triplet: DB, B4 and 9F. RGB value is (219,180,159). Sum of RGB (Red+Green+Blue) = 219+180+159=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB49F is #244B60. Grayscale: #BDBDBD. Windows color (decimal): -2378593 or 10466523. OLE color: 10466523.

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

Color convert

RGB 219 180 159 -
CMYK 0 0.18 0.27 0.14
HSL 21º 0.45% 0.74% -
HSV(B) 21º 0.27% 0.86% -
XYZ 51.79 50.21 39.76 -
YUV 189.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 219 180 159 0 0.18 0.27 0.14 21 0.45 0.74
Hex DB B4 9F 0 12 1B E 15 2D 4A
Octal 333 264 237 0 22 33 16 25 55 112
Binary 11011011 10110100 10011111 0 10010 11011 1110 10101 101101 1001010

Color Harmonies of #DBB49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB49F

Black with #DBB49F

Text Example


Text Example

White with #DBB49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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