Html Css Color HEX #DBA992 Rose

📋 copy color: '#DBA992'

red 219 ◦ green 169 ◦ blue 146

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

Shades of Rose #DBA992

Tints of Rose #DBA992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.65%

 BLUE value IS 146 (57.42% from 255) = 27.34%

R = 41.01%
G = 31.65%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBA992 (or 0xDBA992) is known color: Rose. HEX triplet: DB, A9 and 92. RGB value is (219,169,146). Sum of RGB (Red+Green+Blue) = 219+169+146=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA992 is #24566D. Grayscale: #B5B5B5. Windows color (decimal): -2381422 or 9611739. OLE color: 9611739.

HSL color Cylindrical-coordinate representation of color #DBA992: hue angle of 18.9º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA992 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 169 146 -
CMYK 0 0.23 0.33 0.14
HSL 18.9º 0.5% 0.72% -
HSV(B) 18.9º 0.33% 0.86% -
XYZ 48.59 45.51 33.42 -
YUV 181.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 219 169 146 0 0.23 0.33 0.14 18.9 0.5 0.72
Hex DB A9 92 0 17 21 E 13 32 48
Octal 333 251 222 0 27 41 16 23 62 110
Binary 11011011 10101001 10010010 0 10111 100001 1110 10011 110010 1001000

Color Harmonies of #DBA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA992

Black with #DBA992

Text Example


Text Example

White with #DBA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA992; }

 p { color: rgb(219,169,146); }

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

background-color css

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

 a { background-color: rgb(219,169,146); }

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

border-color css

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

 span { border-color: rgb(219,169,146); }

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