Html Css Color HEX #DBA590 Rose

📋 copy color: '#DBA590'

red 219 ◦ green 165 ◦ blue 144

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

Shades of Rose #DBA590

Tints of Rose #DBA590

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.25%

 BLUE value IS 144 (56.64% from 255) = 27.27%

R = 41.48%
G = 31.25%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DBA590 (or 0xDBA590) is known color: Rose. HEX triplet: DB, A5 and 90. RGB value is (219,165,144). Sum of RGB (Red+Green+Blue) = 219+165+144=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA590 is #245A6F. Grayscale: #B2B2B2. Windows color (decimal): -2382448 or 9479643. OLE color: 9479643.

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

Color convert

RGB 219 165 144 -
CMYK 0 0.25 0.34 0.14
HSL 16.8º 0.51% 0.71% -
HSV(B) 16.8º 0.34% 0.86% -
XYZ 47.7 43.98 32.36 -
YUV 178.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 219 165 144 0 0.25 0.34 0.14 16.8 0.51 0.71
Hex DB A5 90 0 19 22 E 11 33 47
Octal 333 245 220 0 31 42 16 21 63 107
Binary 11011011 10100101 10010000 0 11001 100010 1110 10001 110011 1000111

Color Harmonies of #DBA590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA590

Black with #DBA590

Text Example


Text Example

White with #DBA590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA590; }

 p { color: rgb(219,165,144); }

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

background-color css

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

 a { background-color: rgb(219,165,144); }

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

border-color css

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

 span { border-color: rgb(219,165,144); }

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