Html Css Color HEX #DAD500 Bird Flower

📋 copy color: '#DAD500'

red 218 ◦ green 213 ◦ blue 0

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

Shades of Bird Flower #DAD500

Tints of Bird Flower #DAD500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.42%

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

R = 50.58%
G = 49.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAD500 (or 0xDAD500) is known color: Bird Flower. HEX triplet: DA, D5 and 00. RGB value is (218,213,0). Sum of RGB (Red+Green+Blue) = 218+213+0=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD500 is #252AFF. Grayscale: #BFBFBF. Windows color (decimal): -2435840 or 54746. OLE color: 54746.

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

Color convert

RGB 218 213 0 -
CMYK 0 0.02 1 0.15
HSL 58.62º 1% 0.43% -
HSV(B) 58.62º 1% 0.85% -
XYZ 52.71 62.49 9.28 -
YUV 190.21 20.66 147.82 -
System Red Green Blue C M Y K H S L
Decimal 218 213 0 0 0.02 1 0.15 58.62 1 0.43
Hex DA D5 0 0 2 64 F 3B 64 2B
Octal 332 325 0 0 2 144 17 73 144 53
Binary 11011010 11010101 0 0 10 1100100 1111 111011 1100100 101011

Color Harmonies of #DAD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD500

Black with #DAD500

Text Example


Text Example

White with #DAD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD500; }

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

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

background-color css

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

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

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

border-color css

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

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

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