Html Css Color HEX #DBB49C Cashmere

📋 copy color: '#DBB49C'

red 219 ◦ green 180 ◦ blue 156

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

Shades of Cashmere #DBB49C

Tints of Cashmere #DBB49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.11%

R = 39.46%
G = 32.43%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBB49C (or 0xDBB49C) is known color: Cashmere. HEX triplet: DB, B4 and 9C. RGB value is (219,180,156). Sum of RGB (Red+Green+Blue) = 219+180+156=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB49C is #244B63. Grayscale: #BDBDBD. Windows color (decimal): -2378596 or 10269915. OLE color: 10269915.

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

Color convert

RGB 219 180 156 -
CMYK 0 0.18 0.29 0.14
HSL 22.86º 0.47% 0.74% -
HSV(B) 22.86º 0.29% 0.86% -
XYZ 51.54 50.1 38.41 -
YUV 188.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 219 180 156 0 0.18 0.29 0.14 22.86 0.47 0.74
Hex DB B4 9C 0 12 1D E 17 2F 4A
Octal 333 264 234 0 22 35 16 27 57 112
Binary 11011011 10110100 10011100 0 10010 11101 1110 10111 101111 1001010

Color Harmonies of #DBB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB49C

Black with #DBB49C

Text Example


Text Example

White with #DBB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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