Html Css Color HEX #DAD600 Bird Flower

📋 copy color: '#DAD600'

red 218 ◦ green 214 ◦ blue 0

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

Shades of Bird Flower #DAD600

Tints of Bird Flower #DAD600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.54%

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

R = 50.46%
G = 49.54%
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

#DAD600 (or 0xDAD600) is known color: Bird Flower. HEX triplet: DA, D6 and 00. RGB value is (218,214,0). Sum of RGB (Red+Green+Blue) = 218+214+0=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD600 is #2529FF. Grayscale: #BFBFBF. Windows color (decimal): -2435584 or 55002. OLE color: 55002.

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

Color convert

RGB 218 214 0 -
CMYK 0 0.02 1 0.15
HSL 58.9º 1% 0.43% -
HSV(B) 58.9º 1% 0.85% -
XYZ 52.96 63 9.37 -
YUV 190.8 20.33 147.4 -
System Red Green Blue C M Y K H S L
Decimal 218 214 0 0 0.02 1 0.15 58.9 1 0.43
Hex DA D6 0 0 2 64 F 3B 64 2B
Octal 332 326 0 0 2 144 17 73 144 53
Binary 11011010 11010110 0 0 10 1100100 1111 111011 1100100 101011

Color Harmonies of #DAD600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD600

Black with #DAD600

Text Example


Text Example

White with #DAD600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD600; }

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

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

background-color css

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

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

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

border-color css

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

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

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