Html Css Color HEX #DAA48F Rose

📋 copy color: '#DAA48F'

red 218 ◦ green 164 ◦ blue 143

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

Shades of Rose #DAA48F

Tints of Rose #DAA48F

RGB

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

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

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

R = 41.52%
G = 31.24%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAA48F (or 0xDAA48F) is known color: Rose. HEX triplet: DA, A4 and 8F. RGB value is (218,164,143). Sum of RGB (Red+Green+Blue) = 218+164+143=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA48F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA48F is #255B70. Grayscale: #B1B1B1. Windows color (decimal): -2448241 or 9413850. OLE color: 9413850.

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

Color convert

RGB 218 164 143 -
CMYK 0 0.25 0.34 0.15
HSL 16.8º 0.5% 0.71% -
HSV(B) 16.8º 0.34% 0.85% -
XYZ 47.15 43.44 31.89 -
YUV 177.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 218 164 143 0 0.25 0.34 0.15 16.8 0.5 0.71
Hex DA A4 8F 0 19 22 F 11 32 47
Octal 332 244 217 0 31 42 17 21 62 107
Binary 11011010 10100100 10001111 0 11001 100010 1111 10001 110010 1000111

Color Harmonies of #DAA48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA48F

Black with #DAA48F

Text Example


Text Example

White with #DAA48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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