Html Css Color HEX #DAD504 Bird Flower

📋 copy color: '#DAD504'

red 218 ◦ green 213 ◦ blue 4

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

Shades of Bird Flower #DAD504

Tints of Bird Flower #DAD504

RGB

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

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

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

R = 50.11%
G = 48.97%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAD504 (or 0xDAD504) is known color: Bird Flower. HEX triplet: DA, D5 and 04. RGB value is (218,213,4). Sum of RGB (Red+Green+Blue) = 218+213+4=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD504 is #252AFB. Grayscale: #BFBFBF. Windows color (decimal): -2435836 or 316890. OLE color: 316890.

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

Color convert

RGB 218 213 4 -
CMYK 0 0.02 0.98 0.15
HSL 58.6º 0.96% 0.44% -
HSV(B) 58.6º 0.98% 0.85% -
XYZ 52.73 62.5 9.4 -
YUV 190.67 22.66 147.49 -
System Red Green Blue C M Y K H S L
Decimal 218 213 4 0 0.02 0.98 0.15 58.6 0.96 0.44
Hex DA D5 4 0 2 62 F 3B 60 2C
Octal 332 325 4 0 2 142 17 73 140 54
Binary 11011010 11010101 100 0 10 1100010 1111 111011 1100000 101100

Color Harmonies of #DAD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD504

Black with #DAD504

Text Example


Text Example

White with #DAD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD504; }

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

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

background-color css

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

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

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

border-color css

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

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

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