Html Css Color HEX #DAA18D Rose

📋 copy color: '#DAA18D'

red 218 ◦ green 161 ◦ blue 141

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

Shades of Rose #DAA18D

Tints of Rose #DAA18D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.96%

 BLUE value IS 141 (55.47% from 255) = 27.12%

R = 41.92%
G = 30.96%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAA18D (or 0xDAA18D) is known color: Rose. HEX triplet: DA, A1 and 8D. RGB value is (218,161,141). Sum of RGB (Red+Green+Blue) = 218+161+141=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA18D is #255E72. Grayscale: #AFAFAF. Windows color (decimal): -2449011 or 9282010. OLE color: 9282010.

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

Color convert

RGB 218 161 141 -
CMYK 0 0.26 0.35 0.15
HSL 15.58º 0.51% 0.7% -
HSV(B) 15.58º 0.35% 0.85% -
XYZ 46.47 42.32 30.92 -
YUV 175.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 218 161 141 0 0.26 0.35 0.15 15.58 0.51 0.7
Hex DA A1 8D 0 1A 23 F 10 33 46
Octal 332 241 215 0 32 43 17 20 63 106
Binary 11011010 10100001 10001101 0 11010 100011 1111 10000 110011 1000110

Color Harmonies of #DAA18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA18D

Black with #DAA18D

Text Example


Text Example

White with #DAA18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA18D; }

 p { color: rgb(218,161,141); }

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

background-color css

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

 a { background-color: rgb(218,161,141); }

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

border-color css

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

 span { border-color: rgb(218,161,141); }

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