Html Css Color HEX #DAD300 Bird Flower

📋 copy color: '#DAD300'

red 218 ◦ green 211 ◦ blue 0

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

Shades of Bird Flower #DAD300

Tints of Bird Flower #DAD300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.18%

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

R = 50.82%
G = 49.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAD300 (or 0xDAD300) is known color: Bird Flower. HEX triplet: DA, D3 and 00. RGB value is (218,211,0). Sum of RGB (Red+Green+Blue) = 218+211+0=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD300 is #252CFF. Grayscale: #BDBDBD. Windows color (decimal): -2436352 or 54234. OLE color: 54234.

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

Color convert

RGB 218 211 0 -
CMYK 0 0.03 1 0.15
HSL 58.07º 1% 0.43% -
HSV(B) 58.07º 1% 0.85% -
XYZ 52.21 61.49 9.12 -
YUV 189.04 21.32 148.66 -
System Red Green Blue C M Y K H S L
Decimal 218 211 0 0 0.03 1 0.15 58.07 1 0.43
Hex DA D3 0 0 3 64 F 3A 64 2B
Octal 332 323 0 0 3 144 17 72 144 53
Binary 11011010 11010011 0 0 11 1100100 1111 111010 1100100 101011

Color Harmonies of #DAD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD300

Black with #DAD300

Text Example


Text Example

White with #DAD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD300; }

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

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

background-color css

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

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

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

border-color css

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

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

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