Html Css Color HEX #DAA290 Rose

📋 copy color: '#DAA290'

red 218 ◦ green 162 ◦ blue 144

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

Shades of Rose #DAA290

Tints of Rose #DAA290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 41.6%
G = 30.92%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAA290 (or 0xDAA290) is known color: Rose. HEX triplet: DA, A2 and 90. RGB value is (218,162,144). Sum of RGB (Red+Green+Blue) = 218+162+144=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA290 is #255D6F. Grayscale: #B0B0B0. Windows color (decimal): -2448752 or 9478874. OLE color: 9478874.

HSL color Cylindrical-coordinate representation of color #DAA290: hue angle of 14.59º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA290 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 162 144 -
CMYK 0 0.26 0.34 0.15
HSL 14.59º 0.5% 0.71% -
HSV(B) 14.59º 0.34% 0.85% -
XYZ 46.87 42.76 32.17 -
YUV 176.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 218 162 144 0 0.26 0.34 0.15 14.59 0.5 0.71
Hex DA A2 90 0 1A 22 F F 32 47
Octal 332 242 220 0 32 42 17 17 62 107
Binary 11011010 10100010 10010000 0 11010 100010 1111 1111 110010 1000111

Color Harmonies of #DAA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA290

Black with #DAA290

Text Example


Text Example

White with #DAA290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA290; }

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

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

background-color css

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

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

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

border-color css

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

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

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