#DAD40D

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

Shades of Bird Flower #DAD40D

Tints of Bird Flower #DAD40D

Color information

#DAD40D (or 0xDAD40D) is unknown color: approx Bird Flower. HEX triplet: DA, D4 and 0D. RGB value is (218,212,13). Sum of RGB (Red+Green+Blue) = 218+212+13=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD40D is #252BF2. Grayscale: #BFBFBF. Windows color (decimal): -2436083 or 906458. OLE color: 906458.

HSL color Cylindrical-coordinate representation of color #DAD40D: hue angle of 58.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAD40D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB21821213-
CMYK00.030.940.15
HSL58.24º88.74%45.29%-
HSV(B)58.24º94.04%85.49%-
XYZ52.5362.029.58-
YUV191.1127.49147.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.21%
GREEN value IS 212 (83.20% from 255) = 47.86%
BLUE value IS 13 (5.47% from 255) = 2.93%
R=49.21%
G=47.86%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182121300.030.940.1558.2488.7445.29
HexDAD4D035EF3a592d
Octal3323241503136177213155
Binary11011010110101001101011101111011111110101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD40D; }

 p { color: rgb(218,212,13); }

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

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

 a { background-color: rgb(218,212,13); }

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

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

 span { border-color: rgb(218,212,13); }

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