Html Css Color HEX #DAD107 Bird Flower

📋 copy color: '#DAD107'

red 218 ◦ green 209 ◦ blue 7

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

Shades of Bird Flower #DAD107

Tints of Bird Flower #DAD107

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.16%

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 50.23%
G = 48.16%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAD107 (or 0xDAD107) is known color: Bird Flower. HEX triplet: DA, D1 and 07. RGB value is (218,209,7). Sum of RGB (Red+Green+Blue) = 218+209+7=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD107 is #252EF8. Grayscale: #BDBDBD. Windows color (decimal): -2436857 or 512474. OLE color: 512474.

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

Color convert

RGB 218 209 7 -
CMYK 0 0.04 0.97 0.15
HSL 57.44º 0.94% 0.44% -
HSV(B) 57.44º 0.97% 0.85% -
XYZ 51.75 60.52 9.16 -
YUV 188.66 25.48 148.93 -
System Red Green Blue C M Y K H S L
Decimal 218 209 7 0 0.04 0.97 0.15 57.44 0.94 0.44
Hex DA D1 7 0 4 61 F 39 5E 2C
Octal 332 321 7 0 4 141 17 71 136 54
Binary 11011010 11010001 111 0 100 1100001 1111 111001 1011110 101100

Color Harmonies of #DAD107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD107

Black with #DAD107

Text Example


Text Example

White with #DAD107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD107; }

 p { color: rgb(218,209,7); }

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

background-color css

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

 a { background-color: rgb(218,209,7); }

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

border-color css

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

 span { border-color: rgb(218,209,7); }

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