Html Css Color HEX #DAD404 Bird Flower

📋 copy color: '#DAD404'

red 218 ◦ green 212 ◦ blue 4

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

Shades of Bird Flower #DAD404

Tints of Bird Flower #DAD404

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.85%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 50.23%
G = 48.85%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAD404 (or 0xDAD404) is known color: Bird Flower. HEX triplet: DA, D4 and 04. RGB value is (218,212,4). Sum of RGB (Red+Green+Blue) = 218+212+4=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD404 is #252BFB. Grayscale: #BEBEBE. Windows color (decimal): -2436092 or 316634. OLE color: 316634.

HSL color Cylindrical-coordinate representation of color #DAD404: hue angle of 58.32º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAD404 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 212 4 -
CMYK 0 0.03 0.98 0.15
HSL 58.32º 0.96% 0.44% -
HSV(B) 58.32º 0.98% 0.85% -
XYZ 52.48 62 9.32 -
YUV 190.08 22.99 147.91 -
System Red Green Blue C M Y K H S L
Decimal 218 212 4 0 0.03 0.98 0.15 58.32 0.96 0.44
Hex DA D4 4 0 3 62 F 3A 60 2C
Octal 332 324 4 0 3 142 17 72 140 54
Binary 11011010 11010100 100 0 11 1100010 1111 111010 1100000 101100

Color Harmonies of #DAD404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD404

Black with #DAD404

Text Example


Text Example

White with #DAD404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD404; }

 p { color: rgb(218,212,4); }

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

background-color css

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

 a { background-color: rgb(218,212,4); }

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

border-color css

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

 span { border-color: rgb(218,212,4); }

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