#DAA38C

Color #DAA38C Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #DAA38C

Tints of Rose #DAA38C

Color information

#DAA38C (or 0xDAA38C) is unknown color: approx Rose. HEX triplet: DA, A3 and 8C. RGB value is (218,163,140). Sum of RGB (Red+Green+Blue) = 218+163+140=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA38C is #255C73. Grayscale: #B0B0B0. Windows color (decimal): -2448500 or 9216986. OLE color: 9216986.

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

Color convert

RGB218163140-
CMYK00.250.360.15
HSL17.69º51.32%70.2%-
HSV(B)17.69º35.78%85.49%-
XYZ46.7442.9930.65-
YUV176.82107.22157.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=41.84%
G=31.29%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816314000.250.360.1517.6951.3270.2
HexDAA38C01924F123346
Octal33224321403144172263106
Binary1101101010100011100011000110011001001111100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA38C; }

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

 H1.HeaderClassName
 {
   color: #DAA38C;
 }
 .AnyTagClassName
 {
   color: #DAA38C;
 }
</style>
background-color css

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

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

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

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

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

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