#DABC05

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

Shades of Sunflower #DABC05

Tints of Sunflower #DABC05

Color information

#DABC05 (or 0xDABC05) is unknown color: approx Sunflower. HEX triplet: DA, BC and 05. RGB value is (218,188,5). Sum of RGB (Red+Green+Blue) = 218+188+5=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC05 is #2543FA. Grayscale: #B0B0B0. Windows color (decimal): -2442235 or 376026. OLE color: 376026.

HSL color Cylindrical-coordinate representation of color #DABC05: hue angle of 51.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DABC05 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB2181885-
CMYK00.140.980.15
HSL51.55º95.52%43.73%-
HSV(B)51.55º97.71%85.49%-
XYZ46.9250.887.49-
YUV176.1131.44157.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.04%
GREEN value IS 188 (73.83% from 255) = 45.74%
BLUE value IS 5 (2.34% from 255) = 1.22%
R=53.04%
G=45.74%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218188500.140.980.1551.5595.5243.73
HexDABC50E62F34602c
Octal3322745016142176414054
Binary110110101011110010101110110001011111101001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC05; }

 p { color: rgb(218,188,5); }

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

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

 a { background-color: rgb(218,188,5); }

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

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

 span { border-color: rgb(218,188,5); }

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