#DABD29

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

Shades of Sunflower #DABD29

Tints of Sunflower #DABD29

Color information

#DABD29 (or 0xDABD29) is unknown color: approx Sunflower. HEX triplet: DA, BD and 29. RGB value is (218,189,41). Sum of RGB (Red+Green+Blue) = 218+189+41=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD29 is #2542D6. Grayscale: #B5B5B5. Windows color (decimal): -2441943 or 2735578. OLE color: 2735578.

HSL color Cylindrical-coordinate representation of color #DABD29: hue angle of 50.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DABD29 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB21818941-
CMYK00.130.810.15
HSL50.17º70.52%50.78%-
HSV(B)50.17º81.19%85.49%-
XYZ47.5151.469.53-
YUV180.849.11154.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.66%
GREEN value IS 189 (74.22% from 255) = 42.19%
BLUE value IS 41 (16.41% from 255) = 9.15%
R=48.66%
G=42.19%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181894100.130.810.1550.1770.5250.78
HexDABD290D51F324733
Octal33227551015121176210763
Binary110110101011110110100101101101000111111100101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD29; }

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

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

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

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

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

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

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

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