Html Css Color HEX #DBB498 Cashmere

📋 copy color: '#DBB498'

red 219 ◦ green 180 ◦ blue 152

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

Shades of Cashmere #DBB498

Tints of Cashmere #DBB498

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.67%

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

R = 39.75%
G = 32.67%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBB498 (or 0xDBB498) is known color: Cashmere. HEX triplet: DB, B4 and 98. RGB value is (219,180,152). Sum of RGB (Red+Green+Blue) = 219+180+152=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB498 is #244B67. Grayscale: #BCBCBC. Windows color (decimal): -2378600 or 10007771. OLE color: 10007771.

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

Color convert

RGB 219 180 152 -
CMYK 0 0.18 0.31 0.14
HSL 25.07º 0.48% 0.73% -
HSV(B) 25.07º 0.31% 0.86% -
XYZ 51.2 49.97 36.65 -
YUV 188.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 219 180 152 0 0.18 0.31 0.14 25.07 0.48 0.73
Hex DB B4 98 0 12 1F E 19 30 49
Octal 333 264 230 0 22 37 16 31 60 111
Binary 11011011 10110100 10011000 0 10010 11111 1110 11001 110000 1001001

Color Harmonies of #DBB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB498

Black with #DBB498

Text Example


Text Example

White with #DBB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB498; }

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

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

background-color css

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

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

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

border-color css

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

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

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