Html Css Color HEX #DBA198 Rose

📋 copy color: '#DBA198'

red 219 ◦ green 161 ◦ blue 152

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

Shades of Rose #DBA198

Tints of Rose #DBA198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.26%

 BLUE value IS 152 (59.77% from 255) = 28.57%

R = 41.17%
G = 30.26%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBA198 (or 0xDBA198) is known color: Rose. HEX triplet: DB, A1 and 98. RGB value is (219,161,152). Sum of RGB (Red+Green+Blue) = 219+161+152=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA198 is #245E67. Grayscale: #B1B1B1. Windows color (decimal): -2383464 or 10002907. OLE color: 10002907.

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

Color convert

RGB 219 161 152 -
CMYK 0 0.26 0.31 0.14
HSL 8.06º 0.48% 0.73% -
HSV(B) 8.06º 0.31% 0.86% -
XYZ 47.63 42.82 35.46 -
YUV 177.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 219 161 152 0 0.26 0.31 0.14 8.06 0.48 0.73
Hex DB A1 98 0 1A 1F E 8 30 49
Octal 333 241 230 0 32 37 16 10 60 111
Binary 11011011 10100001 10011000 0 11010 11111 1110 1000 110000 1001001

Color Harmonies of #DBA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA198

Black with #DBA198

Text Example


Text Example

White with #DBA198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA198; }

 p { color: rgb(219,161,152); }

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

background-color css

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

 a { background-color: rgb(219,161,152); }

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

border-color css

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

 span { border-color: rgb(219,161,152); }

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