Html Css Color HEX #DAA08F Rose

📋 copy color: '#DAA08F'

red 218 ◦ green 160 ◦ blue 143

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

Shades of Rose #DAA08F

Tints of Rose #DAA08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.45%

R = 41.84%
G = 30.71%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAA08F (or 0xDAA08F) is known color: Rose. HEX triplet: DA, A0 and 8F. RGB value is (218,160,143). Sum of RGB (Red+Green+Blue) = 218+160+143=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA08F is #255F70. Grayscale: #AFAFAF. Windows color (decimal): -2449265 or 9412826. OLE color: 9412826.

HSL color Cylindrical-coordinate representation of color #DAA08F: hue angle of 13.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA08F is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 143 -
CMYK 0 0.27 0.34 0.15
HSL 13.6º 0.5% 0.71% -
HSV(B) 13.6º 0.34% 0.85% -
XYZ 46.44 42.03 31.65 -
YUV 175.4 109.72 158.38 -
System Red Green Blue C M Y K H S L
Decimal 218 160 143 0 0.27 0.34 0.15 13.6 0.5 0.71
Hex DA A0 8F 0 1B 22 F E 32 47
Octal 332 240 217 0 33 42 17 16 62 107
Binary 11011010 10100000 10001111 0 11011 100010 1111 1110 110010 1000111

Color Harmonies of #DAA08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA08F

Black with #DAA08F

Text Example


Text Example

White with #DAA08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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