Html Css Color HEX #DBA094 Rose

📋 copy color: '#DBA094'

red 219 ◦ green 160 ◦ blue 148

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

Shades of Rose #DBA094

Tints of Rose #DBA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.36%

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

R = 41.56%
G = 30.36%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBA094 (or 0xDBA094) is known color: Rose. HEX triplet: DB, A0 and 94. RGB value is (219,160,148). Sum of RGB (Red+Green+Blue) = 219+160+148=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA094 is #245F6B. Grayscale: #B0B0B0. Windows color (decimal): -2383724 or 9740507. OLE color: 9740507.

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

Color convert

RGB 219 160 148 -
CMYK 0 0.27 0.32 0.14
HSL 10.14º 0.5% 0.72% -
HSV(B) 10.14º 0.32% 0.86% -
XYZ 47.13 42.34 33.71 -
YUV 176.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 219 160 148 0 0.27 0.32 0.14 10.14 0.5 0.72
Hex DB A0 94 0 1B 20 E A 32 48
Octal 333 240 224 0 33 40 16 12 62 110
Binary 11011011 10100000 10010100 0 11011 100000 1110 1010 110010 1001000

Color Harmonies of #DBA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA094

Black with #DBA094

Text Example


Text Example

White with #DBA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA094; }

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

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

background-color css

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

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

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

border-color css

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

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

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