Html Css Color HEX #DBB098 Cashmere

📋 copy color: '#DBB098'

red 219 ◦ green 176 ◦ blue 152

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

Shades of Cashmere #DBB098

Tints of Cashmere #DBB098

RGB

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

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

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

R = 40.04%
G = 32.18%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBB098 (or 0xDBB098) is known color: Cashmere. HEX triplet: DB, B0 and 98. RGB value is (219,176,152). Sum of RGB (Red+Green+Blue) = 219+176+152=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB098 is #244F67. Grayscale: #BABABA. Windows color (decimal): -2379624 or 10006747. OLE color: 10006747.

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

Color convert

RGB 219 176 152 -
CMYK 0 0.20 0.31 0.14
HSL 21.49º 0.48% 0.73% -
HSV(B) 21.49º 0.31% 0.86% -
XYZ 50.41 48.38 36.39 -
YUV 186.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 219 176 152 0 0.20 0.31 0.14 21.49 0.48 0.73
Hex DB B0 98 0 14 1F E 15 30 49
Octal 333 260 230 0 24 37 16 25 60 111
Binary 11011011 10110000 10011000 0 10100 11111 1110 10101 110000 1001001

Color Harmonies of #DBB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB098

Black with #DBB098

Text Example


Text Example

White with #DBB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB098; }

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

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

background-color css

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

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

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

border-color css

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

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

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