Html Css Color HEX #DAA499 Rose

📋 copy color: '#DAA499'

red 218 ◦ green 164 ◦ blue 153

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

Shades of Rose #DAA499

Tints of Rose #DAA499

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.65%

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

R = 40.75%
G = 30.65%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAA499 (or 0xDAA499) is known color: Rose. HEX triplet: DA, A4 and 99. RGB value is (218,164,153). Sum of RGB (Red+Green+Blue) = 218+164+153=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA499 is #255B66. Grayscale: #B2B2B2. Windows color (decimal): -2448231 or 10069210. OLE color: 10069210.

HSL color Cylindrical-coordinate representation of color #DAA499: hue angle of 10.15º 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 #DAA499 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 164 153 -
CMYK 0 0.25 0.30 0.15
HSL 10.15º 0.47% 0.73% -
HSV(B) 10.15º 0.3% 0.85% -
XYZ 47.94 43.76 36.06 -
YUV 178.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 218 164 153 0 0.25 0.30 0.15 10.15 0.47 0.73
Hex DA A4 99 0 19 1E F A 2F 49
Octal 332 244 231 0 31 36 17 12 57 111
Binary 11011010 10100100 10011001 0 11001 11110 1111 1010 101111 1001001

Color Harmonies of #DAA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA499

Black with #DAA499

Text Example


Text Example

White with #DAA499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA499; }

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

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

background-color css

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

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

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

border-color css

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

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

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