Html Css Color HEX #DAA092 Rose

📋 copy color: '#DAA092'

red 218 ◦ green 160 ◦ blue 146

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

Shades of Rose #DAA092

Tints of Rose #DAA092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.53%

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

R = 41.6%
G = 30.53%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAA092 (or 0xDAA092) is known color: Rose. HEX triplet: DA, A0 and 92. RGB value is (218,160,146). Sum of RGB (Red+Green+Blue) = 218+160+146=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA092 is #255F6D. Grayscale: #AFAFAF. Windows color (decimal): -2449262 or 9609434. OLE color: 9609434.

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

Color convert

RGB 218 160 146 -
CMYK 0 0.27 0.33 0.15
HSL 11.67º 0.49% 0.71% -
HSV(B) 11.67º 0.33% 0.85% -
XYZ 46.67 42.12 32.86 -
YUV 175.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 218 160 146 0 0.27 0.33 0.15 11.67 0.49 0.71
Hex DA A0 92 0 1B 21 F C 31 47
Octal 332 240 222 0 33 41 17 14 61 107
Binary 11011010 10100000 10010010 0 11011 100001 1111 1100 110001 1000111

Color Harmonies of #DAA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA092

Black with #DAA092

Text Example


Text Example

White with #DAA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA092; }

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

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

background-color css

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

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

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

border-color css

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

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

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