Html Css Color HEX #DAD905 Bird Flower

📋 copy color: '#DAD905'

red 218 ◦ green 217 ◦ blue 5

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

Shades of Bird Flower #DAD905

Tints of Bird Flower #DAD905

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.32%

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 49.55%
G = 49.32%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAD905 (or 0xDAD905) is known color: Bird Flower. HEX triplet: DA, D9 and 05. RGB value is (218,217,5). Sum of RGB (Red+Green+Blue) = 218+217+5=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD905 is #2526FA. Grayscale: #C1C1C1. Windows color (decimal): -2434811 or 383450. OLE color: 383450.

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

Color convert

RGB 218 217 5 -
CMYK 0 0.00 0.98 0.15
HSL 59.72º 0.96% 0.44% -
HSV(B) 59.72º 0.98% 0.85% -
XYZ 53.75 64.54 9.77 -
YUV 193.13 21.83 145.74 -
System Red Green Blue C M Y K H S L
Decimal 218 217 5 0 0.00 0.98 0.15 59.72 0.96 0.44
Hex DA D9 5 0 0 62 F 3C 60 2C
Octal 332 331 5 0 0 142 17 74 140 54
Binary 11011010 11011001 101 0 0 1100010 1111 111100 1100000 101100

Color Harmonies of #DAD905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD905

Black with #DAD905

Text Example


Text Example

White with #DAD905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD905; }

 p { color: rgb(218,217,5); }

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

background-color css

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

 a { background-color: rgb(218,217,5); }

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

border-color css

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

 span { border-color: rgb(218,217,5); }

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