Html Css Color HEX #DAA794 Rose

📋 copy color: '#DAA794'

red 218 ◦ green 167 ◦ blue 148

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

Shades of Rose #DAA794

Tints of Rose #DAA794

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.33%

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 40.9%
G = 31.33%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAA794 (or 0xDAA794) is known color: Rose. HEX triplet: DA, A7 and 94. RGB value is (218,167,148). Sum of RGB (Red+Green+Blue) = 218+167+148=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA794 is #25586B. Grayscale: #B4B4B4. Windows color (decimal): -2447468 or 9742298. OLE color: 9742298.

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

Color convert

RGB 218 167 148 -
CMYK 0 0.23 0.32 0.15
HSL 16.29º 0.49% 0.72% -
HSV(B) 16.29º 0.32% 0.85% -
XYZ 48.08 44.68 34.11 -
YUV 180.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 218 167 148 0 0.23 0.32 0.15 16.29 0.49 0.72
Hex DA A7 94 0 17 20 F 10 31 48
Octal 332 247 224 0 27 40 17 20 61 110
Binary 11011010 10100111 10010100 0 10111 100000 1111 10000 110001 1001000

Color Harmonies of #DAA794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA794

Black with #DAA794

Text Example


Text Example

White with #DAA794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA794; }

 p { color: rgb(218,167,148); }

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

background-color css

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

 a { background-color: rgb(218,167,148); }

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

border-color css

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

 span { border-color: rgb(218,167,148); }

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