Html Css Color HEX #DAA698 Rose

📋 copy color: '#DAA698'

red 218 ◦ green 166 ◦ blue 152

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

Shades of Rose #DAA698

Tints of Rose #DAA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.97%

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

R = 40.67%
G = 30.97%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAA698 (or 0xDAA698) is known color: Rose. HEX triplet: DA, A6 and 98. RGB value is (218,166,152). Sum of RGB (Red+Green+Blue) = 218+166+152=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA698 is #255967. Grayscale: #B4B4B4. Windows color (decimal): -2447720 or 10004186. OLE color: 10004186.

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

Color convert

RGB 218 166 152 -
CMYK 0 0.24 0.30 0.15
HSL 12.73º 0.47% 0.73% -
HSV(B) 12.73º 0.3% 0.85% -
XYZ 48.22 44.44 35.74 -
YUV 179.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 218 166 152 0 0.24 0.30 0.15 12.73 0.47 0.73
Hex DA A6 98 0 18 1E F D 2F 49
Octal 332 246 230 0 30 36 17 15 57 111
Binary 11011010 10100110 10011000 0 11000 11110 1111 1101 101111 1001001

Color Harmonies of #DAA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA698

Black with #DAA698

Text Example


Text Example

White with #DAA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA698; }

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

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

background-color css

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

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

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

border-color css

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

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

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