Html Css Color HEX #DAA59D Rose

📋 copy color: '#DAA59D'

red 218 ◦ green 165 ◦ blue 157

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

Shades of Rose #DAA59D

Tints of Rose #DAA59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.07%

R = 40.37%
G = 30.56%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAA59D (or 0xDAA59D) is known color: Rose. HEX triplet: DA, A5 and 9D. RGB value is (218,165,157). Sum of RGB (Red+Green+Blue) = 218+165+157=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA59D is #255A62. Grayscale: #B4B4B4. Windows color (decimal): -2447971 or 10331610. OLE color: 10331610.

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

Color convert

RGB 218 165 157 -
CMYK 0 0.24 0.28 0.15
HSL 7.87º 0.45% 0.74% -
HSV(B) 7.87º 0.28% 0.85% -
XYZ 48.45 44.25 37.89 -
YUV 179.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 218 165 157 0 0.24 0.28 0.15 7.87 0.45 0.74
Hex DA A5 9D 0 18 1C F 8 2D 4A
Octal 332 245 235 0 30 34 17 10 55 112
Binary 11011010 10100101 10011101 0 11000 11100 1111 1000 101101 1001010

Color Harmonies of #DAA59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA59D

Black with #DAA59D

Text Example


Text Example

White with #DAA59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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