Html Css Color HEX #DBA99C Rose

📋 copy color: '#DBA99C'

red 219 ◦ green 169 ◦ blue 156

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

Shades of Rose #DBA99C

Tints of Rose #DBA99C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.07%

 BLUE value IS 156 (61.33% from 255) = 28.68%

R = 40.26%
G = 31.07%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBA99C (or 0xDBA99C) is known color: Rose. HEX triplet: DB, A9 and 9C. RGB value is (219,169,156). Sum of RGB (Red+Green+Blue) = 219+169+156=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA99C is #245663. Grayscale: #B6B6B6. Windows color (decimal): -2381412 or 10267099. OLE color: 10267099.

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

Color convert

RGB 219 169 156 -
CMYK 0 0.23 0.29 0.14
HSL 12.38º 0.47% 0.74% -
HSV(B) 12.38º 0.29% 0.86% -
XYZ 49.4 45.84 37.7 -
YUV 182.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 219 169 156 0 0.23 0.29 0.14 12.38 0.47 0.74
Hex DB A9 9C 0 17 1D E C 2F 4A
Octal 333 251 234 0 27 35 16 14 57 112
Binary 11011011 10101001 10011100 0 10111 11101 1110 1100 101111 1001010

Color Harmonies of #DBA99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA99C

Black with #DBA99C

Text Example


Text Example

White with #DBA99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA99C; }

 p { color: rgb(219,169,156); }

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

background-color css

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

 a { background-color: rgb(219,169,156); }

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

border-color css

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

 span { border-color: rgb(219,169,156); }

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