Html Css Color HEX #DAAB97 Rose

📋 copy color: '#DAAB97'

red 218 ◦ green 171 ◦ blue 151

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

Shades of Rose #DAAB97

Tints of Rose #DAAB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.96%

R = 40.37%
G = 31.67%
B = 27.96%

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

#DAAB97 (or 0xDAAB97) is known color: Rose. HEX triplet: DA, AB and 97. RGB value is (218,171,151). Sum of RGB (Red+Green+Blue) = 218+171+151=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB97 is #255468. Grayscale: #B6B6B6. Windows color (decimal): -2446441 or 9939930. OLE color: 9939930.

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

Color convert

RGB 218 171 151 -
CMYK 0 0.22 0.31 0.15
HSL 17.91º 0.48% 0.72% -
HSV(B) 17.91º 0.31% 0.85% -
XYZ 49.06 46.27 35.62 -
YUV 182.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 218 171 151 0 0.22 0.31 0.15 17.91 0.48 0.72
Hex DA AB 97 0 16 1F F 12 30 48
Octal 332 253 227 0 26 37 17 22 60 110
Binary 11011010 10101011 10010111 0 10110 11111 1111 10010 110000 1001000

Color Harmonies of #DAAB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB97

Black with #DAAB97

Text Example


Text Example

White with #DAAB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB97; }

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

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

background-color css

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

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

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

border-color css

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

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

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