Html Css Color HEX #DBB094 Cashmere

📋 copy color: '#DBB094'

red 219 ◦ green 176 ◦ blue 148

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

Shades of Cashmere #DBB094

Tints of Cashmere #DBB094

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.41%

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

R = 40.33%
G = 32.41%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBB094 (or 0xDBB094) is known color: Cashmere. HEX triplet: DB, B0 and 94. RGB value is (219,176,148). Sum of RGB (Red+Green+Blue) = 219+176+148=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB094 is #244F6B. Grayscale: #B9B9B9. Windows color (decimal): -2379628 or 9744603. OLE color: 9744603.

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

Color convert

RGB 219 176 148 -
CMYK 0 0.20 0.32 0.14
HSL 23.66º 0.5% 0.72% -
HSV(B) 23.66º 0.32% 0.86% -
XYZ 50.08 48.25 34.69 -
YUV 185.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 219 176 148 0 0.20 0.32 0.14 23.66 0.5 0.72
Hex DB B0 94 0 14 20 E 18 32 48
Octal 333 260 224 0 24 40 16 30 62 110
Binary 11011011 10110000 10010100 0 10100 100000 1110 11000 110010 1001000

Color Harmonies of #DBB094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB094

Black with #DBB094

Text Example


Text Example

White with #DBB094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB094; }

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

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

background-color css

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

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

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

border-color css

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

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

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