Html Css Color HEX #DAA492 Rose

📋 copy color: '#DAA492'

red 218 ◦ green 164 ◦ blue 146

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

Shades of Rose #DAA492

Tints of Rose #DAA492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.06%

 BLUE value IS 146 (57.42% from 255) = 27.65%

R = 41.29%
G = 31.06%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAA492 (or 0xDAA492) is known color: Rose. HEX triplet: DA, A4 and 92. RGB value is (218,164,146). Sum of RGB (Red+Green+Blue) = 218+164+146=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA492 is #255B6D. Grayscale: #B2B2B2. Windows color (decimal): -2448238 or 9610458. OLE color: 9610458.

HSL color Cylindrical-coordinate representation of color #DAA492: hue angle of 15º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAA492 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 164 146 -
CMYK 0 0.25 0.33 0.15
HSL 15º 0.49% 0.71% -
HSV(B) 15º 0.33% 0.85% -
XYZ 47.38 43.53 33.1 -
YUV 178.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 218 164 146 0 0.25 0.33 0.15 15 0.49 0.71
Hex DA A4 92 0 19 21 F F 31 47
Octal 332 244 222 0 31 41 17 17 61 107
Binary 11011010 10100100 10010010 0 11001 100001 1111 1111 110001 1000111

Color Harmonies of #DAA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA492

Black with #DAA492

Text Example


Text Example

White with #DAA492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA492; }

 p { color: rgb(218,164,146); }

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

background-color css

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

 a { background-color: rgb(218,164,146); }

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

border-color css

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

 span { border-color: rgb(218,164,146); }

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