Html Css Color HEX #DAA391 Rose

📋 copy color: '#DAA391'

red 218 ◦ green 163 ◦ blue 145

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

Shades of Rose #DAA391

Tints of Rose #DAA391

RGB

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

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

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

R = 41.44%
G = 30.99%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAA391 (or 0xDAA391) is known color: Rose. HEX triplet: DA, A3 and 91. RGB value is (218,163,145). Sum of RGB (Red+Green+Blue) = 218+163+145=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA391 is #255C6E. Grayscale: #B1B1B1. Windows color (decimal): -2448495 or 9544666. OLE color: 9544666.

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

Color convert

RGB 218 163 145 -
CMYK 0 0.25 0.33 0.15
HSL 14.79º 0.5% 0.71% -
HSV(B) 14.79º 0.33% 0.85% -
XYZ 47.12 43.14 32.63 -
YUV 177.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 218 163 145 0 0.25 0.33 0.15 14.79 0.5 0.71
Hex DA A3 91 0 19 21 F F 32 47
Octal 332 243 221 0 31 41 17 17 62 107
Binary 11011010 10100011 10010001 0 11001 100001 1111 1111 110010 1000111

Color Harmonies of #DAA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA391

Black with #DAA391

Text Example


Text Example

White with #DAA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA391; }

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

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

background-color css

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

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

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

border-color css

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

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

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