Html Css Color HEX #DAA18C Rose

📋 copy color: '#DAA18C'

red 218 ◦ green 161 ◦ blue 140

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

Shades of Rose #DAA18C

Tints of Rose #DAA18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.97%

R = 42%
G = 31.02%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAA18C (or 0xDAA18C) is known color: Rose. HEX triplet: DA, A1 and 8C. RGB value is (218,161,140). Sum of RGB (Red+Green+Blue) = 218+161+140=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA18C is #255E73. Grayscale: #AFAFAF. Windows color (decimal): -2449012 or 9216474. OLE color: 9216474.

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

Color convert

RGB 218 161 140 -
CMYK 0 0.26 0.36 0.15
HSL 16.15º 0.51% 0.7% -
HSV(B) 16.15º 0.36% 0.85% -
XYZ 46.39 42.29 30.53 -
YUV 175.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 218 161 140 0 0.26 0.36 0.15 16.15 0.51 0.7
Hex DA A1 8C 0 1A 24 F 10 33 46
Octal 332 241 214 0 32 44 17 20 63 106
Binary 11011010 10100001 10001100 0 11010 100100 1111 10000 110011 1000110

Color Harmonies of #DAA18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA18C

Black with #DAA18C

Text Example


Text Example

White with #DAA18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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