Html Css Color HEX #DAD801 Bird Flower

📋 copy color: '#DAD801'

red 218 ◦ green 216 ◦ blue 1

#DAD801
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #DAD801

Tints of Bird Flower #DAD801

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 value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DAD801 (or 0xDAD801) is known color: 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

RGB 218 216 1 -
CMYK 0 0.01 1.00 0.15
HSL 59.45º 0.99% 0.43% -
HSV(B) 59.45º 1% 0.85% -
XYZ 53.47 64.02 9.57 -
YUV 192.09 20.16 146.48 -
System Red Green Blue C M Y K H S L
Decimal 218 216 1 0 0.01 1.00 0.15 59.45 0.99 0.43
Hex DA D8 1 0 1 64 F 3B 63 2B
Octal 332 330 1 0 1 144 17 73 143 53
Binary 11011010 11011000 1 0 1 1100100 1111 111011 1100011 101011

Color Harmonies of #DAD801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD801

Black with #DAD801

Text Example


Text Example

White with #DAD801

Text Example


Text Example

HTML Codes & Css Web 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>