Html Css Color HEX #DAA08C Rose

📋 copy color: '#DAA08C'

red 218 ◦ green 160 ◦ blue 140

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

Shades of Rose #DAA08C

Tints of Rose #DAA08C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.89%

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

R = 42.08%
G = 30.89%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAA08C (or 0xDAA08C) is known color: Rose. HEX triplet: DA, A0 and 8C. RGB value is (218,160,140). Sum of RGB (Red+Green+Blue) = 218+160+140=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA08C is #255F73. Grayscale: #AFAFAF. Windows color (decimal): -2449268 or 9216218. OLE color: 9216218.

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

Color convert

RGB 218 160 140 -
CMYK 0 0.27 0.36 0.15
HSL 15.38º 0.51% 0.7% -
HSV(B) 15.38º 0.36% 0.85% -
XYZ 46.22 41.94 30.47 -
YUV 175.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 218 160 140 0 0.27 0.36 0.15 15.38 0.51 0.7
Hex DA A0 8C 0 1B 24 F F 33 46
Octal 332 240 214 0 33 44 17 17 63 106
Binary 11011010 10100000 10001100 0 11011 100100 1111 1111 110011 1000110

Color Harmonies of #DAA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA08C

Black with #DAA08C

Text Example


Text Example

White with #DAA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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