Html Css Color HEX #DAA198 Rose

📋 copy color: '#DAA198'

red 218 ◦ green 161 ◦ blue 152

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

Shades of Rose #DAA198

Tints of Rose #DAA198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.32%

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

R = 41.05%
G = 30.32%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAA198 (or 0xDAA198) is known color: Rose. HEX triplet: DA, A1 and 98. RGB value is (218,161,152). Sum of RGB (Red+Green+Blue) = 218+161+152=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA198 is #255E67. Grayscale: #B1B1B1. Windows color (decimal): -2449000 or 10002906. OLE color: 10002906.

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

Color convert

RGB 218 161 152 -
CMYK 0 0.26 0.30 0.15
HSL 8.18º 0.47% 0.73% -
HSV(B) 8.18º 0.3% 0.85% -
XYZ 47.33 42.66 35.45 -
YUV 177.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 218 161 152 0 0.26 0.30 0.15 8.18 0.47 0.73
Hex DA A1 98 0 1A 1E F 8 2F 49
Octal 332 241 230 0 32 36 17 10 57 111
Binary 11011010 10100001 10011000 0 11010 11110 1111 1000 101111 1001001

Color Harmonies of #DAA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA198

Black with #DAA198

Text Example


Text Example

White with #DAA198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA198; }

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

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

background-color css

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

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

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

border-color css

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

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

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