Html Css Color HEX #DAA59A Rose

📋 copy color: '#DAA59A'

red 218 ◦ green 165 ◦ blue 154

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

Shades of Rose #DAA59A

Tints of Rose #DAA59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.68%

R = 40.6%
G = 30.73%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAA59A (or 0xDAA59A) is known color: Rose. HEX triplet: DA, A5 and 9A. RGB value is (218,165,154). Sum of RGB (Red+Green+Blue) = 218+165+154=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA59A is #255A65. Grayscale: #B3B3B3. Windows color (decimal): -2447974 or 10135002. OLE color: 10135002.

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

Color convert

RGB 218 165 154 -
CMYK 0 0.24 0.29 0.15
HSL 10.31º 0.46% 0.73% -
HSV(B) 10.31º 0.29% 0.85% -
XYZ 48.2 44.15 36.55 -
YUV 179.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 218 165 154 0 0.24 0.29 0.15 10.31 0.46 0.73
Hex DA A5 9A 0 18 1D F A 2E 49
Octal 332 245 232 0 30 35 17 12 56 111
Binary 11011010 10100101 10011010 0 11000 11101 1111 1010 101110 1001001

Color Harmonies of #DAA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA59A

Black with #DAA59A

Text Example


Text Example

White with #DAA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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