#DAD20D

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

Shades of Bird Flower #DAD20D

Tints of Bird Flower #DAD20D

Color information

#DAD20D (or 0xDAD20D) is unknown color: approx Bird Flower. HEX triplet: DA, D2 and 0D. RGB value is (218,210,13). Sum of RGB (Red+Green+Blue) = 218+210+13=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD20D is #252DF2. Grayscale: #BEBEBE. Windows color (decimal): -2436595 or 905946. OLE color: 905946.

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

Color convert

RGB21821013-
CMYK00.040.940.15
HSL57.66º88.74%45.29%-
HSV(B)57.66º94.04%85.49%-
XYZ52.0361.039.42-
YUV189.9328.15148.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.43%
GREEN value IS 210 (82.42% from 255) = 47.62%
BLUE value IS 13 (5.47% from 255) = 2.95%
R=49.43%
G=47.62%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182101300.040.940.1557.6688.7445.29
HexDAD2D045EF3a592d
Octal3323221504136177213155
Binary110110101101001011010100101111011111110101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD20D; }

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

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

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

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

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

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

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

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