Html Css Color HEX #DAA291 Rose

📋 copy color: '#DAA291'

red 218 ◦ green 162 ◦ blue 145

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

Shades of Rose #DAA291

Tints of Rose #DAA291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.62%

R = 41.52%
G = 30.86%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAA291 (or 0xDAA291) is known color: Rose. HEX triplet: DA, A2 and 91. RGB value is (218,162,145). Sum of RGB (Red+Green+Blue) = 218+162+145=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA291 is #255D6E. Grayscale: #B0B0B0. Windows color (decimal): -2448751 or 9544410. OLE color: 9544410.

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

Color convert

RGB 218 162 145 -
CMYK 0 0.26 0.33 0.15
HSL 13.97º 0.5% 0.71% -
HSV(B) 13.97º 0.33% 0.85% -
XYZ 46.94 42.79 32.57 -
YUV 176.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 218 162 145 0 0.26 0.33 0.15 13.97 0.5 0.71
Hex DA A2 91 0 1A 21 F E 32 47
Octal 332 242 221 0 32 41 17 16 62 107
Binary 11011010 10100010 10010001 0 11010 100001 1111 1110 110010 1000111

Color Harmonies of #DAA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA291

Black with #DAA291

Text Example


Text Example

White with #DAA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA291; }

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

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

background-color css

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

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

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

border-color css

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

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

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