#DAC315

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

Shades of Sunflower #DAC315

Tints of Sunflower #DAC315

Color information

#DAC315 (or 0xDAC315) is unknown color: approx Sunflower. HEX triplet: DA, C3 and 15. RGB value is (218,195,21). Sum of RGB (Red+Green+Blue) = 218+195+21=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC315 is #253CEA. Grayscale: #B6B6B6. Windows color (decimal): -2440427 or 1426394. OLE color: 1426394.

HSL color Cylindrical-coordinate representation of color #DAC315: hue angle of 52.99º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAC315 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB21819521-
CMYK00.110.900.15
HSL52.99º82.43%46.86%-
HSV(B)52.99º90.37%85.49%-
XYZ48.5653.998.57-
YUV182.0437.12153.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.23%
GREEN value IS 195 (76.56% from 255) = 44.93%
BLUE value IS 21 (8.59% from 255) = 4.84%
R=50.23%
G=44.93%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181952100.110.900.1552.9982.4346.86
HexDAC3150B5AF35522f
Octal33230325013132176512257
Binary11011010110000111010101011101101011111101011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC315; }

 p { color: rgb(218,195,21); }

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

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

 a { background-color: rgb(218,195,21); }

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

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

 span { border-color: rgb(218,195,21); }

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