Html Css Color HEX #DBB194 Cashmere

📋 copy color: '#DBB194'

red 219 ◦ green 177 ◦ blue 148

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

Shades of Cashmere #DBB194

Tints of Cashmere #DBB194

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.54%

 BLUE value IS 148 (58.2% from 255) = 27.21%

R = 40.26%
G = 32.54%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBB194 (or 0xDBB194) is known color: Cashmere. HEX triplet: DB, B1 and 94. RGB value is (219,177,148). Sum of RGB (Red+Green+Blue) = 219+177+148=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB194 is #244E6B. Grayscale: #BABABA. Windows color (decimal): -2379372 or 9744859. OLE color: 9744859.

HSL color Cylindrical-coordinate representation of color #DBB194: hue angle of 24.51º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBB194 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 177 148 -
CMYK 0 0.19 0.32 0.14
HSL 24.51º 0.5% 0.72% -
HSV(B) 24.51º 0.32% 0.86% -
XYZ 50.28 48.64 34.76 -
YUV 186.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 219 177 148 0 0.19 0.32 0.14 24.51 0.5 0.72
Hex DB B1 94 0 13 20 E 19 32 48
Octal 333 261 224 0 23 40 16 31 62 110
Binary 11011011 10110001 10010100 0 10011 100000 1110 11001 110010 1001000

Color Harmonies of #DBB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB194

Black with #DBB194

Text Example


Text Example

White with #DBB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB194; }

 p { color: rgb(219,177,148); }

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

background-color css

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

 a { background-color: rgb(219,177,148); }

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

border-color css

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

 span { border-color: rgb(219,177,148); }

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