#DABE05

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

Shades of Sunflower #DABE05

Tints of Sunflower #DABE05

Color information

#DABE05 (or 0xDABE05) is unknown color: approx Sunflower. HEX triplet: DA, BE and 05. RGB value is (218,190,5). Sum of RGB (Red+Green+Blue) = 218+190+5=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABE05 is #2541FA. Grayscale: #B2B2B2. Windows color (decimal): -2441723 or 376538. OLE color: 376538.

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

Color convert

RGB2181905-
CMYK00.130.980.15
HSL52.11º95.52%43.73%-
HSV(B)52.11º97.71%85.49%-
XYZ47.3551.747.64-
YUV177.2830.78157.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.78%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 5 (2.34% from 255) = 1.21%
R=52.78%
G=46.00%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218190500.130.980.1552.1195.5243.73
HexDABE50D62F34602c
Octal3322765015142176414054
Binary110110101011111010101101110001011111101001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE05; }

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

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

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

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

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

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

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

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