Html Css Color HEX #DAA999 Rose

📋 copy color: '#DAA999'

red 218 ◦ green 169 ◦ blue 153

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

Shades of Rose #DAA999

Tints of Rose #DAA999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.33%

R = 40.37%
G = 31.3%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAA999 (or 0xDAA999) is known color: Rose. HEX triplet: DA, A9 and 99. RGB value is (218,169,153). Sum of RGB (Red+Green+Blue) = 218+169+153=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA999 is #255666. Grayscale: #B5B5B5. Windows color (decimal): -2446951 or 10070490. OLE color: 10070490.

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

Color convert

RGB 218 169 153 -
CMYK 0 0.22 0.30 0.15
HSL 14.77º 0.47% 0.73% -
HSV(B) 14.77º 0.3% 0.85% -
XYZ 48.85 45.58 36.36 -
YUV 181.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 218 169 153 0 0.22 0.30 0.15 14.77 0.47 0.73
Hex DA A9 99 0 16 1E F F 2F 49
Octal 332 251 231 0 26 36 17 17 57 111
Binary 11011010 10101001 10011001 0 10110 11110 1111 1111 101111 1001001

Color Harmonies of #DAA999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA999

Black with #DAA999

Text Example


Text Example

White with #DAA999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA999; }

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

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

background-color css

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

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

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

border-color css

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

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

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