Html Css Color HEX #DAA598 Rose

📋 copy color: '#DAA598'

red 218 ◦ green 165 ◦ blue 152

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

Shades of Rose #DAA598

Tints of Rose #DAA598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.84%

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

R = 40.75%
G = 30.84%
B = 28.41%

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

#DAA598 (or 0xDAA598) is known color: Rose. HEX triplet: DA, A5 and 98. RGB value is (218,165,152). Sum of RGB (Red+Green+Blue) = 218+165+152=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA598 is #255A67. Grayscale: #B3B3B3. Windows color (decimal): -2447976 or 10003930. OLE color: 10003930.

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

Color convert

RGB 218 165 152 -
CMYK 0 0.24 0.30 0.15
HSL 11.82º 0.47% 0.73% -
HSV(B) 11.82º 0.3% 0.85% -
XYZ 48.04 44.08 35.68 -
YUV 179.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 218 165 152 0 0.24 0.30 0.15 11.82 0.47 0.73
Hex DA A5 98 0 18 1E F C 2F 49
Octal 332 245 230 0 30 36 17 14 57 111
Binary 11011010 10100101 10011000 0 11000 11110 1111 1100 101111 1001001

Color Harmonies of #DAA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA598

Black with #DAA598

Text Example


Text Example

White with #DAA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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