Html Css Color HEX #DBB298 Cashmere

📋 copy color: '#DBB298'

red 219 ◦ green 178 ◦ blue 152

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

Shades of Cashmere #DBB298

Tints of Cashmere #DBB298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.69%

R = 39.89%
G = 32.42%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBB298 (or 0xDBB298) is known color: Cashmere. HEX triplet: DB, B2 and 98. RGB value is (219,178,152). Sum of RGB (Red+Green+Blue) = 219+178+152=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB298 is #244D67. Grayscale: #BBBBBB. Windows color (decimal): -2379112 or 10007259. OLE color: 10007259.

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

Color convert

RGB 219 178 152 -
CMYK 0 0.19 0.31 0.14
HSL 23.28º 0.48% 0.73% -
HSV(B) 23.28º 0.31% 0.86% -
XYZ 50.8 49.17 36.52 -
YUV 187.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 219 178 152 0 0.19 0.31 0.14 23.28 0.48 0.73
Hex DB B2 98 0 13 1F E 17 30 49
Octal 333 262 230 0 23 37 16 27 60 111
Binary 11011011 10110010 10011000 0 10011 11111 1110 10111 110000 1001001

Color Harmonies of #DBB298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB298

Black with #DBB298

Text Example


Text Example

White with #DBB298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB298; }

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

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

background-color css

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

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

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

border-color css

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

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

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