Html Css Color HEX #DBA08D Rose

📋 copy color: '#DBA08D'

red 219 ◦ green 160 ◦ blue 141

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

Shades of Rose #DBA08D

Tints of Rose #DBA08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.12%

R = 42.12%
G = 30.77%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DBA08D (or 0xDBA08D) is known color: Rose. HEX triplet: DB, A0 and 8D. RGB value is (219,160,141). Sum of RGB (Red+Green+Blue) = 219+160+141=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA08D is #245F72. Grayscale: #AFAFAF. Windows color (decimal): -2383731 or 9281755. OLE color: 9281755.

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

Color convert

RGB 219 160 141 -
CMYK 0 0.27 0.36 0.14
HSL 14.62º 0.52% 0.71% -
HSV(B) 14.62º 0.36% 0.86% -
XYZ 46.59 42.12 30.87 -
YUV 175.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 219 160 141 0 0.27 0.36 0.14 14.62 0.52 0.71
Hex DB A0 8D 0 1B 24 E F 34 47
Octal 333 240 215 0 33 44 16 17 64 107
Binary 11011011 10100000 10001101 0 11011 100100 1110 1111 110100 1000111

Color Harmonies of #DBA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA08D

Black with #DBA08D

Text Example


Text Example

White with #DBA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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