Html Css Color HEX #DAA494 Rose

📋 copy color: '#DAA494'

red 218 ◦ green 164 ◦ blue 148

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

Shades of Rose #DAA494

Tints of Rose #DAA494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.92%

R = 41.13%
G = 30.94%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAA494 (or 0xDAA494) is known color: Rose. HEX triplet: DA, A4 and 94. RGB value is (218,164,148). Sum of RGB (Red+Green+Blue) = 218+164+148=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA494 is #255B6B. Grayscale: #B2B2B2. Windows color (decimal): -2448236 or 9741530. OLE color: 9741530.

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

Color convert

RGB 218 164 148 -
CMYK 0 0.25 0.32 0.15
HSL 13.71º 0.49% 0.72% -
HSV(B) 13.71º 0.32% 0.85% -
XYZ 47.53 43.59 33.93 -
YUV 178.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 218 164 148 0 0.25 0.32 0.15 13.71 0.49 0.72
Hex DA A4 94 0 19 20 F E 31 48
Octal 332 244 224 0 31 40 17 16 61 110
Binary 11011010 10100100 10010100 0 11001 100000 1111 1110 110001 1001000

Color Harmonies of #DAA494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA494

Black with #DAA494

Text Example


Text Example

White with #DAA494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA494; }

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

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

background-color css

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

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

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

border-color css

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

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

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