#DAD801

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

Shades of Bird Flower #DAD801

Tints of Bird Flower #DAD801

Color information

#DAD801 (or 0xDAD801) is unknown color: approx Bird Flower. HEX triplet: DA, D8 and 01. RGB value is (218,216,1). Sum of RGB (Red+Green+Blue) = 218+216+1=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD801 is #2527FE. Grayscale: #C0C0C0. Windows color (decimal): -2435071 or 121050. OLE color: 121050.

HSL color Cylindrical-coordinate representation of color #DAD801: hue angle of 59.45º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAD801 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB2182161-
CMYK00.011.000.15
HSL59.45º99.09%42.94%-
HSV(B)59.45º99.54%85.49%-
XYZ53.4764.029.57-
YUV192.0920.16146.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.11%
GREEN value IS 216 (84.77% from 255) = 49.66%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=50.11%
G=49.66%
B=0.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218216100.011.000.1559.4599.0942.94
HexDAD810164F3b632b
Octal332330101144177314353
Binary1101101011011000101110010011111110111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD801; }

 p { color: rgb(218,216,1); }

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

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

 a { background-color: rgb(218,216,1); }

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

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

 span { border-color: rgb(218,216,1); }

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