Html Css Color HEX #DAA599 Rose

📋 copy color: '#DAA599'

red 218 ◦ green 165 ◦ blue 153

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

Shades of Rose #DAA599

Tints of Rose #DAA599

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.78%

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

R = 40.67%
G = 30.78%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAA599 (or 0xDAA599) is known color: Rose. HEX triplet: DA, A5 and 99. RGB value is (218,165,153). Sum of RGB (Red+Green+Blue) = 218+165+153=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA599 is #255A66. Grayscale: #B3B3B3. Windows color (decimal): -2447975 or 10069466. OLE color: 10069466.

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

Color convert

RGB 218 165 153 -
CMYK 0 0.24 0.30 0.15
HSL 11.08º 0.47% 0.73% -
HSV(B) 11.08º 0.3% 0.85% -
XYZ 48.12 44.12 36.12 -
YUV 179.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 218 165 153 0 0.24 0.30 0.15 11.08 0.47 0.73
Hex DA A5 99 0 18 1E F B 2F 49
Octal 332 245 231 0 30 36 17 13 57 111
Binary 11011010 10100101 10011001 0 11000 11110 1111 1011 101111 1001001

Color Harmonies of #DAA599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA599

Black with #DAA599

Text Example


Text Example

White with #DAA599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA599; }

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

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

background-color css

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

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

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

border-color css

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

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

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