Html Css Color HEX #DAD800 Bird Flower

📋 copy color: '#DAD800'

red 218 ◦ green 216 ◦ blue 0

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

Shades of Bird Flower #DAD800

Tints of Bird Flower #DAD800

RGB

 RED value IS 218 (85.55% from 255) = 50.23%

 GREEN value IS 216 (84.77% from 255) = 49.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.23%
G = 49.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAD800 (or 0xDAD800) is known color: Bird Flower. HEX triplet: DA, D8 and 00. RGB value is (218,216,0). Sum of RGB (Red+Green+Blue) = 218+216+0=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD800 is #2527FF. Grayscale: #C0C0C0. Windows color (decimal): -2435072 or 55514. OLE color: 55514.

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

Color convert

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

Color Harmonies of #DAD800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD800

Black with #DAD800

Text Example


Text Example

White with #DAD800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD800; }

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

 H1.HeaderClassName
 {
   color: #DAD800;
 }
 .AnyTagClassName
 {
   color: #DAD800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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