Html Css Color HEX #DAD509 Bird Flower

📋 copy color: '#DAD509'

red 218 ◦ green 213 ◦ blue 9

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

Shades of Bird Flower #DAD509

Tints of Bird Flower #DAD509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.05%

R = 49.55%
G = 48.41%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAD509 (or 0xDAD509) is known color: Bird Flower. HEX triplet: DA, D5 and 09. RGB value is (218,213,9). Sum of RGB (Red+Green+Blue) = 218+213+9=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD509 is #252AF6. Grayscale: #C0C0C0. Windows color (decimal): -2435831 or 644570. OLE color: 644570.

HSL color Cylindrical-coordinate representation of color #DAD509: hue angle of 58.56º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAD509 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 9 -
CMYK 0 0.02 0.96 0.15
HSL 58.56º 0.92% 0.45% -
HSV(B) 58.56º 0.96% 0.85% -
XYZ 52.76 62.51 9.54 -
YUV 191.24 25.16 147.09 -
System Red Green Blue C M Y K H S L
Decimal 218 213 9 0 0.02 0.96 0.15 58.56 0.92 0.45
Hex DA D5 9 0 2 60 F 3B 5C 2D
Octal 332 325 11 0 2 140 17 73 134 55
Binary 11011010 11010101 1001 0 10 1100000 1111 111011 1011100 101101

Color Harmonies of #DAD509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD509

Black with #DAD509

Text Example


Text Example

White with #DAD509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD509; }

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

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

background-color css

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

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

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

border-color css

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

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

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