Html Css Color HEX #DAA695 Rose

📋 copy color: '#DAA695'

red 218 ◦ green 166 ◦ blue 149

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

Shades of Rose #DAA695

Tints of Rose #DAA695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.14%

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

R = 40.9%
G = 31.14%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAA695 (or 0xDAA695) is known color: Rose. HEX triplet: DA, A6 and 95. RGB value is (218,166,149). Sum of RGB (Red+Green+Blue) = 218+166+149=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA695 is #25596A. Grayscale: #B3B3B3. Windows color (decimal): -2447723 or 9807578. OLE color: 9807578.

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

Color convert

RGB 218 166 149 -
CMYK 0 0.24 0.32 0.15
HSL 14.78º 0.48% 0.72% -
HSV(B) 14.78º 0.32% 0.85% -
XYZ 47.97 44.35 34.47 -
YUV 179.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 218 166 149 0 0.24 0.32 0.15 14.78 0.48 0.72
Hex DA A6 95 0 18 20 F F 30 48
Octal 332 246 225 0 30 40 17 17 60 110
Binary 11011010 10100110 10010101 0 11000 100000 1111 1111 110000 1001000

Color Harmonies of #DAA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA695

Black with #DAA695

Text Example


Text Example

White with #DAA695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA695; }

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

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

background-color css

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

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

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

border-color css

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

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

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