Html Css Color HEX #DBA89D Rose

📋 copy color: '#DBA89D'

red 219 ◦ green 168 ◦ blue 157

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

Shades of Rose #DBA89D

Tints of Rose #DBA89D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.88%

 BLUE value IS 157 (61.72% from 255) = 28.86%

R = 40.26%
G = 30.88%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBA89D (or 0xDBA89D) is known color: Rose. HEX triplet: DB, A8 and 9D. RGB value is (219,168,157). Sum of RGB (Red+Green+Blue) = 219+168+157=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA89D is #245762. Grayscale: #B6B6B6. Windows color (decimal): -2381667 or 10332379. OLE color: 10332379.

HSL color Cylindrical-coordinate representation of color #DBA89D: hue angle of 10.65º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA89D is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 157 -
CMYK 0 0.23 0.28 0.14
HSL 10.65º 0.46% 0.74% -
HSV(B) 10.65º 0.28% 0.86% -
XYZ 49.3 45.5 38.08 -
YUV 182 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 219 168 157 0 0.23 0.28 0.14 10.65 0.46 0.74
Hex DB A8 9D 0 17 1C E B 2E 4A
Octal 333 250 235 0 27 34 16 13 56 112
Binary 11011011 10101000 10011101 0 10111 11100 1110 1011 101110 1001010

Color Harmonies of #DBA89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA89D

Black with #DBA89D

Text Example


Text Example

White with #DBA89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA89D; }

 p { color: rgb(219,168,157); }

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

background-color css

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

 a { background-color: rgb(219,168,157); }

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

border-color css

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

 span { border-color: rgb(219,168,157); }

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