Html Css Color HEX #DBA69D Rose

📋 copy color: '#DBA69D'

red 219 ◦ green 166 ◦ blue 157

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

Shades of Rose #DBA69D

Tints of Rose #DBA69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.63%

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

R = 40.41%
G = 30.63%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBA69D (or 0xDBA69D) is known color: Rose. HEX triplet: DB, A6 and 9D. RGB value is (219,166,157). Sum of RGB (Red+Green+Blue) = 219+166+157=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA69D is #245962. Grayscale: #B4B4B4. Windows color (decimal): -2382179 or 10331867. OLE color: 10331867.

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

Color convert

RGB 219 166 157 -
CMYK 0 0.24 0.28 0.14
HSL 8.71º 0.46% 0.74% -
HSV(B) 8.71º 0.28% 0.86% -
XYZ 48.94 44.77 37.96 -
YUV 180.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 219 166 157 0 0.24 0.28 0.14 8.71 0.46 0.74
Hex DB A6 9D 0 18 1C E 9 2E 4A
Octal 333 246 235 0 30 34 16 11 56 112
Binary 11011011 10100110 10011101 0 11000 11100 1110 1001 101110 1001010

Color Harmonies of #DBA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA69D

Black with #DBA69D

Text Example


Text Example

White with #DBA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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