Html Css Color HEX #DAA098 Rose

📋 copy color: '#DAA098'

red 218 ◦ green 160 ◦ blue 152

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

Shades of Rose #DAA098

Tints of Rose #DAA098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.19%

 BLUE value IS 152 (59.77% from 255) = 28.68%

R = 41.13%
G = 30.19%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAA098 (or 0xDAA098) is known color: Rose. HEX triplet: DA, A0 and 98. RGB value is (218,160,152). Sum of RGB (Red+Green+Blue) = 218+160+152=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA098 is #255F67. Grayscale: #B0B0B0. Windows color (decimal): -2449256 or 10002650. OLE color: 10002650.

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

Color convert

RGB 218 160 152 -
CMYK 0 0.27 0.30 0.15
HSL 7.27º 0.47% 0.73% -
HSV(B) 7.27º 0.3% 0.85% -
XYZ 47.15 42.31 35.39 -
YUV 176.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 218 160 152 0 0.27 0.30 0.15 7.27 0.47 0.73
Hex DA A0 98 0 1B 1E F 7 2F 49
Octal 332 240 230 0 33 36 17 7 57 111
Binary 11011010 10100000 10011000 0 11011 11110 1111 111 101111 1001001

Color Harmonies of #DAA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA098

Black with #DAA098

Text Example


Text Example

White with #DAA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA098; }

 p { color: rgb(218,160,152); }

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

background-color css

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

 a { background-color: rgb(218,160,152); }

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

border-color css

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

 span { border-color: rgb(218,160,152); }

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