#DABD16

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

Shades of Sunflower #DABD16

Tints of Sunflower #DABD16

Color information

#DABD16 (or 0xDABD16) is unknown color: approx Sunflower. HEX triplet: DA, BD and 16. RGB value is (218,189,22). Sum of RGB (Red+Green+Blue) = 218+189+22=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABD16 is #2542E9. Grayscale: #B3B3B3. Windows color (decimal): -2441962 or 1490394. OLE color: 1490394.

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

Color convert

RGB21818922-
CMYK00.130.900.15
HSL51.12º81.67%47.06%-
HSV(B)51.12º89.91%85.49%-
XYZ47.2651.368.18-
YUV178.6339.61156.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.82%
GREEN value IS 189 (74.22% from 255) = 44.06%
BLUE value IS 22 (8.98% from 255) = 5.13%
R=50.82%
G=44.06%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181892200.130.900.1551.1281.6747.06
HexDABD160D5AF33522f
Octal33227526015132176312257
Binary11011010101111011011001101101101011111100111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD16; }

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

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

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

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

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

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

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

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