Html Css Color HEX #DAA692 Rose

📋 copy color: '#DAA692'

red 218 ◦ green 166 ◦ blue 146

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

Shades of Rose #DAA692

Tints of Rose #DAA692

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.32%

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

R = 41.13%
G = 31.32%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAA692 (or 0xDAA692) is known color: Rose. HEX triplet: DA, A6 and 92. RGB value is (218,166,146). Sum of RGB (Red+Green+Blue) = 218+166+146=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA692 is #25596D. Grayscale: #B3B3B3. Windows color (decimal): -2447726 or 9610970. OLE color: 9610970.

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

Color convert

RGB 218 166 146 -
CMYK 0 0.24 0.33 0.15
HSL 16.67º 0.49% 0.71% -
HSV(B) 16.67º 0.33% 0.85% -
XYZ 47.74 44.25 33.22 -
YUV 179.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 218 166 146 0 0.24 0.33 0.15 16.67 0.49 0.71
Hex DA A6 92 0 18 21 F 11 31 47
Octal 332 246 222 0 30 41 17 21 61 107
Binary 11011010 10100110 10010010 0 11000 100001 1111 10001 110001 1000111

Color Harmonies of #DAA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA692

Black with #DAA692

Text Example


Text Example

White with #DAA692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA692; }

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

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

background-color css

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

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

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

border-color css

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

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

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