Html Css Color HEX #DAA995 Rose

📋 copy color: '#DAA995'

red 218 ◦ green 169 ◦ blue 149

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

Shades of Rose #DAA995

Tints of Rose #DAA995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.8%

R = 40.67%
G = 31.53%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAA995 (or 0xDAA995) is known color: Rose. HEX triplet: DA, A9 and 95. RGB value is (218,169,149). Sum of RGB (Red+Green+Blue) = 218+169+149=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA995 is #25566A. Grayscale: #B5B5B5. Windows color (decimal): -2446955 or 9808346. OLE color: 9808346.

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

Color convert

RGB 218 169 149 -
CMYK 0 0.22 0.32 0.15
HSL 17.39º 0.48% 0.72% -
HSV(B) 17.39º 0.32% 0.85% -
XYZ 48.53 45.45 34.65 -
YUV 181.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 218 169 149 0 0.22 0.32 0.15 17.39 0.48 0.72
Hex DA A9 95 0 16 20 F 11 30 48
Octal 332 251 225 0 26 40 17 21 60 110
Binary 11011010 10101001 10010101 0 10110 100000 1111 10001 110000 1001000

Color Harmonies of #DAA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA995

Black with #DAA995

Text Example


Text Example

White with #DAA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA995; }

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

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

background-color css

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

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

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

border-color css

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

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

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