Html Css Color HEX #DBA699 Rose

📋 copy color: '#DBA699'

red 219 ◦ green 166 ◦ blue 153

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

Shades of Rose #DBA699

Tints of Rose #DBA699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.86%

 BLUE value IS 153 (60.16% from 255) = 28.44%

R = 40.71%
G = 30.86%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBA699 (or 0xDBA699) is known color: Rose. HEX triplet: DB, A6 and 99. RGB value is (219,166,153). Sum of RGB (Red+Green+Blue) = 219+166+153=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA699 is #245966. Grayscale: #B4B4B4. Windows color (decimal): -2382183 or 10069723. OLE color: 10069723.

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

Color convert

RGB 219 166 153 -
CMYK 0 0.24 0.30 0.14
HSL 11.82º 0.48% 0.73% -
HSV(B) 11.82º 0.3% 0.86% -
XYZ 48.6 44.63 36.19 -
YUV 180.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 219 166 153 0 0.24 0.30 0.14 11.82 0.48 0.73
Hex DB A6 99 0 18 1E E C 30 49
Octal 333 246 231 0 30 36 16 14 60 111
Binary 11011011 10100110 10011001 0 11000 11110 1110 1100 110000 1001001

Color Harmonies of #DBA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA699

Black with #DBA699

Text Example


Text Example

White with #DBA699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA699; }

 p { color: rgb(219,166,153); }

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

background-color css

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

 a { background-color: rgb(219,166,153); }

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

border-color css

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

 span { border-color: rgb(219,166,153); }

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