Html Css Color HEX #DAA597 Rose

📋 copy color: '#DAA597'

red 218 ◦ green 165 ◦ blue 151

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

Shades of Rose #DAA597

Tints of Rose #DAA597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.28%

R = 40.82%
G = 30.9%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAA597 (or 0xDAA597) is known color: Rose. HEX triplet: DA, A5 and 97. RGB value is (218,165,151). Sum of RGB (Red+Green+Blue) = 218+165+151=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA597 is #255A68. Grayscale: #B3B3B3. Windows color (decimal): -2447977 or 9938394. OLE color: 9938394.

HSL color Cylindrical-coordinate representation of color #DAA597: hue angle of 12.54º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA597 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 165 151 -
CMYK 0 0.24 0.31 0.15
HSL 12.54º 0.48% 0.72% -
HSV(B) 12.54º 0.31% 0.85% -
XYZ 47.95 44.05 35.25 -
YUV 179.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 218 165 151 0 0.24 0.31 0.15 12.54 0.48 0.72
Hex DA A5 97 0 18 1F F D 30 48
Octal 332 245 227 0 30 37 17 15 60 110
Binary 11011010 10100101 10010111 0 11000 11111 1111 1101 110000 1001000

Color Harmonies of #DAA597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA597

Black with #DAA597

Text Example


Text Example

White with #DAA597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA597; }

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

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

background-color css

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

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

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

border-color css

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

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

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