Html Css Color HEX #DAA898 Rose

📋 copy color: '#DAA898'

red 218 ◦ green 168 ◦ blue 152

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

Shades of Rose #DAA898

Tints of Rose #DAA898

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.23%

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

R = 40.52%
G = 31.23%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAA898 (or 0xDAA898) is known color: Rose. HEX triplet: DA, A8 and 98. RGB value is (218,168,152). Sum of RGB (Red+Green+Blue) = 218+168+152=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA898 is #255767. Grayscale: #B5B5B5. Windows color (decimal): -2447208 or 10004698. OLE color: 10004698.

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

Color convert

RGB 218 168 152 -
CMYK 0 0.23 0.30 0.15
HSL 14.55º 0.47% 0.73% -
HSV(B) 14.55º 0.3% 0.85% -
XYZ 48.58 45.18 35.87 -
YUV 181.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 218 168 152 0 0.23 0.30 0.15 14.55 0.47 0.73
Hex DA A8 98 0 17 1E F F 2F 49
Octal 332 250 230 0 27 36 17 17 57 111
Binary 11011010 10101000 10011000 0 10111 11110 1111 1111 101111 1001001

Color Harmonies of #DAA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA898

Black with #DAA898

Text Example


Text Example

White with #DAA898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA898; }

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

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

background-color css

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

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

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

border-color css

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

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

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