Html Css Color HEX #DBA294 Rose

📋 copy color: '#DBA294'

red 219 ◦ green 162 ◦ blue 148

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

Shades of Rose #DBA294

Tints of Rose #DBA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.62%

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 41.4%
G = 30.62%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBA294 (or 0xDBA294) is known color: Rose. HEX triplet: DB, A2 and 94. RGB value is (219,162,148). Sum of RGB (Red+Green+Blue) = 219+162+148=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA294 is #245D6B. Grayscale: #B1B1B1. Windows color (decimal): -2383212 or 9741019. OLE color: 9741019.

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

Color convert

RGB 219 162 148 -
CMYK 0 0.26 0.32 0.14
HSL 11.83º 0.5% 0.72% -
HSV(B) 11.83º 0.32% 0.86% -
XYZ 47.48 43.04 33.82 -
YUV 177.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 219 162 148 0 0.26 0.32 0.14 11.83 0.5 0.72
Hex DB A2 94 0 1A 20 E C 32 48
Octal 333 242 224 0 32 40 16 14 62 110
Binary 11011011 10100010 10010100 0 11010 100000 1110 1100 110010 1001000

Color Harmonies of #DBA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA294

Black with #DBA294

Text Example


Text Example

White with #DBA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA294; }

 p { color: rgb(219,162,148); }

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

background-color css

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

 a { background-color: rgb(219,162,148); }

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

border-color css

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

 span { border-color: rgb(219,162,148); }

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