Html Css Color HEX #DBA291 Rose

📋 copy color: '#DBA291'

red 219 ◦ green 162 ◦ blue 145

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

Shades of Rose #DBA291

Tints of Rose #DBA291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.57%

R = 41.63%
G = 30.8%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DBA291 (or 0xDBA291) is known color: Rose. HEX triplet: DB, A2 and 91. RGB value is (219,162,145). Sum of RGB (Red+Green+Blue) = 219+162+145=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA291 is #245D6E. Grayscale: #B1B1B1. Windows color (decimal): -2383215 or 9544411. OLE color: 9544411.

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

Color convert

RGB 219 162 145 -
CMYK 0 0.26 0.34 0.14
HSL 13.78º 0.51% 0.71% -
HSV(B) 13.78º 0.34% 0.86% -
XYZ 47.24 42.95 32.59 -
YUV 177.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 219 162 145 0 0.26 0.34 0.14 13.78 0.51 0.71
Hex DB A2 91 0 1A 22 E E 33 47
Octal 333 242 221 0 32 42 16 16 63 107
Binary 11011011 10100010 10010001 0 11010 100010 1110 1110 110011 1000111

Color Harmonies of #DBA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA291

Black with #DBA291

Text Example


Text Example

White with #DBA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA291; }

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

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

background-color css

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

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

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

border-color css

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

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

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