Html Css Color HEX #DAA595 Rose

📋 copy color: '#DAA595'

red 218 ◦ green 165 ◦ blue 149

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

Shades of Rose #DAA595

Tints of Rose #DAA595

RGB

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

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

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

R = 40.98%
G = 31.02%
B = 28.01%

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

#DAA595 (or 0xDAA595) is known color: Rose. HEX triplet: DA, A5 and 95. RGB value is (218,165,149). Sum of RGB (Red+Green+Blue) = 218+165+149=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA595 is #255A6A. Grayscale: #B3B3B3. Windows color (decimal): -2447979 or 9807322. OLE color: 9807322.

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

Color convert

RGB 218 165 149 -
CMYK 0 0.24 0.32 0.15
HSL 13.91º 0.48% 0.72% -
HSV(B) 13.91º 0.32% 0.85% -
XYZ 47.79 43.99 34.4 -
YUV 179.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 218 165 149 0 0.24 0.32 0.15 13.91 0.48 0.72
Hex DA A5 95 0 18 20 F E 30 48
Octal 332 245 225 0 30 40 17 16 60 110
Binary 11011010 10100101 10010101 0 11000 100000 1111 1110 110000 1001000

Color Harmonies of #DAA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA595

Black with #DAA595

Text Example


Text Example

White with #DAA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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