Html Css Color HEX #DAA99C Rose

📋 copy color: '#DAA99C'

red 218 ◦ green 169 ◦ blue 156

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

Shades of Rose #DAA99C

Tints of Rose #DAA99C

RGB

 RED value IS 218 (85.55% from 255) = 40.15%

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

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

R = 40.15%
G = 31.12%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAA99C (or 0xDAA99C) is known color: Rose. HEX triplet: DA, A9 and 9C. RGB value is (218,169,156). Sum of RGB (Red+Green+Blue) = 218+169+156=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA99C is #255663. Grayscale: #B6B6B6. Windows color (decimal): -2446948 or 10267098. OLE color: 10267098.

HSL color Cylindrical-coordinate representation of color #DAA99C: hue angle of 12.58º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA99C is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 169 156 -
CMYK 0 0.22 0.28 0.15
HSL 12.58º 0.46% 0.73% -
HSV(B) 12.58º 0.28% 0.85% -
XYZ 49.1 45.68 37.68 -
YUV 182.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 218 169 156 0 0.22 0.28 0.15 12.58 0.46 0.73
Hex DA A9 9C 0 16 1C F D 2E 49
Octal 332 251 234 0 26 34 17 15 56 111
Binary 11011010 10101001 10011100 0 10110 11100 1111 1101 101110 1001001

Color Harmonies of #DAA99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA99C

Black with #DAA99C

Text Example


Text Example

White with #DAA99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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