Html Css Color HEX #DBA394 Rose

📋 copy color: '#DBA394'

red 219 ◦ green 163 ◦ blue 148

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

Shades of Rose #DBA394

Tints of Rose #DBA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.75%

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

R = 41.32%
G = 30.75%
B = 27.92%

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

#DBA394 (or 0xDBA394) is known color: Rose. HEX triplet: DB, A3 and 94. RGB value is (219,163,148). Sum of RGB (Red+Green+Blue) = 219+163+148=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA394 is #245C6B. Grayscale: #B2B2B2. Windows color (decimal): -2382956 or 9741275. OLE color: 9741275.

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

Color convert

RGB 219 163 148 -
CMYK 0 0.26 0.32 0.14
HSL 12.68º 0.5% 0.72% -
HSV(B) 12.68º 0.32% 0.86% -
XYZ 47.66 43.39 33.88 -
YUV 178.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 219 163 148 0 0.26 0.32 0.14 12.68 0.5 0.72
Hex DB A3 94 0 1A 20 E D 32 48
Octal 333 243 224 0 32 40 16 15 62 110
Binary 11011011 10100011 10010100 0 11010 100000 1110 1101 110010 1001000

Color Harmonies of #DBA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA394

Black with #DBA394

Text Example


Text Example

White with #DBA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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