Html Css Color HEX #DAAC99 Rose

📋 copy color: '#DAAC99'

red 218 ◦ green 172 ◦ blue 153

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

Shades of Rose #DAAC99

Tints of Rose #DAAC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.68%

 BLUE value IS 153 (60.16% from 255) = 28.18%

R = 40.15%
G = 31.68%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAAC99 (or 0xDAAC99) is known color: Rose. HEX triplet: DA, AC and 99. RGB value is (218,172,153). Sum of RGB (Red+Green+Blue) = 218+172+153=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC99 is #255366. Grayscale: #B7B7B7. Windows color (decimal): -2446183 or 10071258. OLE color: 10071258.

HSL color Cylindrical-coordinate representation of color #DAAC99: hue angle of 17.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAAC99 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 153 -
CMYK 0 0.21 0.30 0.15
HSL 17.54º 0.47% 0.73% -
HSV(B) 17.54º 0.3% 0.85% -
XYZ 49.42 46.71 36.55 -
YUV 183.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 218 172 153 0 0.21 0.30 0.15 17.54 0.47 0.73
Hex DA AC 99 0 15 1E F 12 2F 49
Octal 332 254 231 0 25 36 17 22 57 111
Binary 11011010 10101100 10011001 0 10101 11110 1111 10010 101111 1001001

Color Harmonies of #DAAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC99

Black with #DAAC99

Text Example


Text Example

White with #DAAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC99; }

 p { color: rgb(218,172,153); }

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

background-color css

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

 a { background-color: rgb(218,172,153); }

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

border-color css

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

 span { border-color: rgb(218,172,153); }

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