Html Css Color HEX #DAD900 Bird Flower

📋 copy color: '#DAD900'

red 218 ◦ green 217 ◦ blue 0

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

Shades of Bird Flower #DAD900

Tints of Bird Flower #DAD900

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.89%

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

R = 50.11%
G = 49.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAD900 (or 0xDAD900) is known color: Bird Flower. HEX triplet: DA, D9 and 00. RGB value is (218,217,0). Sum of RGB (Red+Green+Blue) = 218+217+0=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD900 is #2526FF. Grayscale: #C1C1C1. Windows color (decimal): -2434816 or 55770. OLE color: 55770.

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

Color convert

RGB 218 217 0 -
CMYK 0 0.00 1 0.15
HSL 59.72º 1% 0.43% -
HSV(B) 59.72º 1% 0.85% -
XYZ 53.73 64.53 9.62 -
YUV 192.56 19.33 146.14 -
System Red Green Blue C M Y K H S L
Decimal 218 217 0 0 0.00 1 0.15 59.72 1 0.43
Hex DA D9 0 0 0 64 F 3C 64 2B
Octal 332 331 0 0 0 144 17 74 144 53
Binary 11011010 11011001 0 0 0 1100100 1111 111100 1100100 101011

Color Harmonies of #DAD900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD900

Black with #DAD900

Text Example


Text Example

White with #DAD900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD900; }

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

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

background-color css

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

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

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

border-color css

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

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

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