Html Css Color HEX #DAA496 Rose

📋 copy color: '#DAA496'

red 218 ◦ green 164 ◦ blue 150

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

Shades of Rose #DAA496

Tints of Rose #DAA496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.2%

R = 40.98%
G = 30.83%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAA496 (or 0xDAA496) is known color: Rose. HEX triplet: DA, A4 and 96. RGB value is (218,164,150). Sum of RGB (Red+Green+Blue) = 218+164+150=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA496 is #255B69. Grayscale: #B2B2B2. Windows color (decimal): -2448234 or 9872602. OLE color: 9872602.

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

Color convert

RGB 218 164 150 -
CMYK 0 0.25 0.31 0.15
HSL 12.35º 0.48% 0.72% -
HSV(B) 12.35º 0.31% 0.85% -
XYZ 47.69 43.66 34.77 -
YUV 178.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 218 164 150 0 0.25 0.31 0.15 12.35 0.48 0.72
Hex DA A4 96 0 19 1F F C 30 48
Octal 332 244 226 0 31 37 17 14 60 110
Binary 11011010 10100100 10010110 0 11001 11111 1111 1100 110000 1001000

Color Harmonies of #DAA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA496

Black with #DAA496

Text Example


Text Example

White with #DAA496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA496; }

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

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

background-color css

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

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

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

border-color css

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

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

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