Html Css Color HEX #DAAB99 Rose

📋 copy color: '#DAAB99'

red 218 ◦ green 171 ◦ blue 153

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

Shades of Rose #DAAB99

Tints of Rose #DAAB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.55%

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

R = 40.22%
G = 31.55%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAAB99 (or 0xDAAB99) is known color: Rose. HEX triplet: DA, AB and 99. RGB value is (218,171,153). Sum of RGB (Red+Green+Blue) = 218+171+153=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB99 is #255466. Grayscale: #B7B7B7. Windows color (decimal): -2446439 or 10071002. OLE color: 10071002.

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

Color convert

RGB 218 171 153 -
CMYK 0 0.22 0.30 0.15
HSL 16.62º 0.47% 0.73% -
HSV(B) 16.62º 0.3% 0.85% -
XYZ 49.23 46.33 36.49 -
YUV 183 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 218 171 153 0 0.22 0.30 0.15 16.62 0.47 0.73
Hex DA AB 99 0 16 1E F 11 2F 49
Octal 332 253 231 0 26 36 17 21 57 111
Binary 11011010 10101011 10011001 0 10110 11110 1111 10001 101111 1001001

Color Harmonies of #DAAB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB99

Black with #DAAB99

Text Example


Text Example

White with #DAAB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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