Html Css Color HEX #DBB296 Cashmere

📋 copy color: '#DBB296'

red 219 ◦ green 178 ◦ blue 150

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

Shades of Cashmere #DBB296

Tints of Cashmere #DBB296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.54%

 BLUE value IS 150 (58.98% from 255) = 27.42%

R = 40.04%
G = 32.54%
B = 27.42%

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

#DBB296 (or 0xDBB296) is known color: Cashmere. HEX triplet: DB, B2 and 96. RGB value is (219,178,150). Sum of RGB (Red+Green+Blue) = 219+178+150=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB296 is #244D69. Grayscale: #BBBBBB. Windows color (decimal): -2379114 or 9876187. OLE color: 9876187.

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

Color convert

RGB 219 178 150 -
CMYK 0 0.19 0.32 0.14
HSL 24.35º 0.49% 0.72% -
HSV(B) 24.35º 0.32% 0.86% -
XYZ 50.64 49.1 35.66 -
YUV 187.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 219 178 150 0 0.19 0.32 0.14 24.35 0.49 0.72
Hex DB B2 96 0 13 20 E 18 31 48
Octal 333 262 226 0 23 40 16 30 61 110
Binary 11011011 10110010 10010110 0 10011 100000 1110 11000 110001 1001000

Color Harmonies of #DBB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB296

Black with #DBB296

Text Example


Text Example

White with #DBB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB296; }

 p { color: rgb(219,178,150); }

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

background-color css

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

 a { background-color: rgb(219,178,150); }

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

border-color css

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

 span { border-color: rgb(219,178,150); }

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