Html Css Color HEX #DAA294 Rose

📋 copy color: '#DAA294'

red 218 ◦ green 162 ◦ blue 148

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

Shades of Rose #DAA294

Tints of Rose #DAA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.68%

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

R = 41.29%
G = 30.68%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAA294 (or 0xDAA294) is known color: Rose. HEX triplet: DA, A2 and 94. RGB value is (218,162,148). Sum of RGB (Red+Green+Blue) = 218+162+148=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA294 is #255D6B. Grayscale: #B1B1B1. Windows color (decimal): -2448748 or 9741018. OLE color: 9741018.

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

Color convert

RGB 218 162 148 -
CMYK 0 0.26 0.32 0.15
HSL 12º 0.49% 0.72% -
HSV(B) 12º 0.32% 0.85% -
XYZ 47.18 42.88 33.81 -
YUV 177.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 218 162 148 0 0.26 0.32 0.15 12 0.49 0.72
Hex DA A2 94 0 1A 20 F C 31 48
Octal 332 242 224 0 32 40 17 14 61 110
Binary 11011010 10100010 10010100 0 11010 100000 1111 1100 110001 1001000

Color Harmonies of #DAA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA294

Black with #DAA294

Text Example


Text Example

White with #DAA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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