Html Css Color HEX #DAA493 Rose

📋 copy color: '#DAA493'

red 218 ◦ green 164 ◦ blue 147

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

Shades of Rose #DAA493

Tints of Rose #DAA493

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31%

 BLUE value IS 147 (57.81% from 255) = 27.79%

R = 41.21%
G = 31%
B = 27.79%

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

#DAA493 (or 0xDAA493) is known color: Rose. HEX triplet: DA, A4 and 93. RGB value is (218,164,147). Sum of RGB (Red+Green+Blue) = 218+164+147=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA493 is #255B6C. Grayscale: #B2B2B2. Windows color (decimal): -2448237 or 9675994. OLE color: 9675994.

HSL color Cylindrical-coordinate representation of color #DAA493: hue angle of 14.37º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAA493 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 164 147 -
CMYK 0 0.25 0.33 0.15
HSL 14.37º 0.49% 0.72% -
HSV(B) 14.37º 0.33% 0.85% -
XYZ 47.46 43.56 33.51 -
YUV 178.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 218 164 147 0 0.25 0.33 0.15 14.37 0.49 0.72
Hex DA A4 93 0 19 21 F E 31 48
Octal 332 244 223 0 31 41 17 16 61 110
Binary 11011010 10100100 10010011 0 11001 100001 1111 1110 110001 1001000

Color Harmonies of #DAA493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA493

Black with #DAA493

Text Example


Text Example

White with #DAA493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA493; }

 p { color: rgb(218,164,147); }

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

background-color css

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

 a { background-color: rgb(218,164,147); }

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

border-color css

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

 span { border-color: rgb(218,164,147); }

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