Html Css Color HEX #DAD010 Bird Flower

📋 copy color: '#DAD010'

red 218 ◦ green 208 ◦ blue 16

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

Shades of Bird Flower #DAD010

Tints of Bird Flower #DAD010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.06%

 BLUE value IS 16 (6.64% from 255) = 3.62%

R = 49.32%
G = 47.06%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAD010 (or 0xDAD010) is known color: Bird Flower. HEX triplet: DA, D0 and 10. RGB value is (218,208,16). Sum of RGB (Red+Green+Blue) = 218+208+16=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD010 is #252FEF. Grayscale: #BDBDBD. Windows color (decimal): -2437104 or 1102042. OLE color: 1102042.

HSL color Cylindrical-coordinate representation of color #DAD010: hue angle of 57.03º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAD010 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 208 16 -
CMYK 0 0.05 0.93 0.15
HSL 57.03º 0.86% 0.46% -
HSV(B) 57.03º 0.93% 0.85% -
XYZ 51.56 60.05 9.36 -
YUV 189.1 30.31 148.61 -
System Red Green Blue C M Y K H S L
Decimal 218 208 16 0 0.05 0.93 0.15 57.03 0.86 0.46
Hex DA D0 10 0 5 5D F 39 56 2E
Octal 332 320 20 0 5 135 17 71 126 56
Binary 11011010 11010000 10000 0 101 1011101 1111 111001 1010110 101110

Color Harmonies of #DAD010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD010

Black with #DAD010

Text Example


Text Example

White with #DAD010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD010; }

 p { color: rgb(218,208,16); }

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

background-color css

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

 a { background-color: rgb(218,208,16); }

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

border-color css

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

 span { border-color: rgb(218,208,16); }

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