Html Css Color HEX #DAA996 Rose

📋 copy color: '#DAA996'

red 218 ◦ green 169 ◦ blue 150

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

Shades of Rose #DAA996

Tints of Rose #DAA996

RGB

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

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

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

R = 40.6%
G = 31.47%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAA996 (or 0xDAA996) is known color: Rose. HEX triplet: DA, A9 and 96. RGB value is (218,169,150). Sum of RGB (Red+Green+Blue) = 218+169+150=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA996 is #255669. Grayscale: #B5B5B5. Windows color (decimal): -2446954 or 9873882. OLE color: 9873882.

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

Color convert

RGB 218 169 150 -
CMYK 0 0.22 0.31 0.15
HSL 16.76º 0.48% 0.72% -
HSV(B) 16.76º 0.31% 0.85% -
XYZ 48.61 45.48 35.07 -
YUV 181.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 218 169 150 0 0.22 0.31 0.15 16.76 0.48 0.72
Hex DA A9 96 0 16 1F F 11 30 48
Octal 332 251 226 0 26 37 17 21 60 110
Binary 11011010 10101001 10010110 0 10110 11111 1111 10001 110000 1001000

Color Harmonies of #DAA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA996

Black with #DAA996

Text Example


Text Example

White with #DAA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA996; }

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

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

background-color css

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

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

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

border-color css

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

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

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