#DABB05

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

Shades of Sunflower #DABB05

Tints of Sunflower #DABB05

Color information

#DABB05 (or 0xDABB05) is unknown color: approx Sunflower. HEX triplet: DA, BB and 05. RGB value is (218,187,5). Sum of RGB (Red+Green+Blue) = 218+187+5=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB05 is #2544FA. Grayscale: #B0B0B0. Windows color (decimal): -2442491 or 375770. OLE color: 375770.

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

Color convert

RGB2181875-
CMYK00.140.980.15
HSL51.27º95.52%43.73%-
HSV(B)51.27º97.71%85.49%-
XYZ46.7150.467.42-
YUV175.5231.77158.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.17%
GREEN value IS 187 (73.44% from 255) = 45.61%
BLUE value IS 5 (2.34% from 255) = 1.22%
R=53.17%
G=45.61%
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
Decimal218187500.140.980.1551.2795.5243.73
HexDABB50E62F33602c
Octal3322735016142176314054
Binary110110101011101110101110110001011111100111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB05; }

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

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

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

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

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

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

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

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