Html Css Color HEX #DAA394 Rose

📋 copy color: '#DAA394'

red 218 ◦ green 163 ◦ blue 148

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

Shades of Rose #DAA394

Tints of Rose #DAA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.81%

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

R = 41.21%
G = 30.81%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAA394 (or 0xDAA394) is known color: Rose. HEX triplet: DA, A3 and 94. RGB value is (218,163,148). Sum of RGB (Red+Green+Blue) = 218+163+148=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA394 is #255C6B. Grayscale: #B1B1B1. Windows color (decimal): -2448492 or 9741274. OLE color: 9741274.

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

Color convert

RGB 218 163 148 -
CMYK 0 0.25 0.32 0.15
HSL 12.86º 0.49% 0.72% -
HSV(B) 12.86º 0.32% 0.85% -
XYZ 47.36 43.24 33.87 -
YUV 177.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 218 163 148 0 0.25 0.32 0.15 12.86 0.49 0.72
Hex DA A3 94 0 19 20 F D 31 48
Octal 332 243 224 0 31 40 17 15 61 110
Binary 11011010 10100011 10010100 0 11001 100000 1111 1101 110001 1001000

Color Harmonies of #DAA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA394

Black with #DAA394

Text Example


Text Example

White with #DAA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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