#DABD05

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

Shades of Sunflower #DABD05

Tints of Sunflower #DABD05

Color information

#DABD05 (or 0xDABD05) is unknown color: approx Sunflower. HEX triplet: DA, BD and 05. RGB value is (218,189,5). Sum of RGB (Red+Green+Blue) = 218+189+5=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABD05 is #2542FA. Grayscale: #B1B1B1. Windows color (decimal): -2441979 or 376282. OLE color: 376282.

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

Color convert

RGB2181895-
CMYK00.130.980.15
HSL51.83º95.52%43.73%-
HSV(B)51.83º97.71%85.49%-
XYZ47.1451.317.56-
YUV176.731.11157.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.91%
GREEN value IS 189 (74.22% from 255) = 45.87%
BLUE value IS 5 (2.34% from 255) = 1.21%
R=52.91%
G=45.87%
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
Decimal218189500.130.980.1551.8395.5243.73
HexDABD50D62F34602c
Octal3322755015142176414054
Binary110110101011110110101101110001011111101001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD05; }

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

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

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

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

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

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

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

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