Html Css Color HEX #DAD902 Bird Flower

📋 copy color: '#DAD902'

red 218 ◦ green 217 ◦ blue 2

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

Shades of Bird Flower #DAD902

Tints of Bird Flower #DAD902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 49.89%
G = 49.66%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAD902 (or 0xDAD902) is known color: Bird Flower. HEX triplet: DA, D9 and 02. RGB value is (218,217,2). Sum of RGB (Red+Green+Blue) = 218+217+2=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD902 is #2526FD. Grayscale: #C1C1C1. Windows color (decimal): -2434814 or 186842. OLE color: 186842.

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

Color convert

RGB 218 217 2 -
CMYK 0 0.00 0.99 0.15
HSL 59.72º 0.98% 0.43% -
HSV(B) 59.72º 0.99% 0.85% -
XYZ 53.74 64.54 9.68 -
YUV 192.79 20.33 145.98 -
System Red Green Blue C M Y K H S L
Decimal 218 217 2 0 0.00 0.99 0.15 59.72 0.98 0.43
Hex DA D9 2 0 0 63 F 3C 62 2B
Octal 332 331 2 0 0 143 17 74 142 53
Binary 11011010 11011001 10 0 0 1100011 1111 111100 1100010 101011

Color Harmonies of #DAD902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD902

Black with #DAD902

Text Example


Text Example

White with #DAD902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD902; }

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

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

background-color css

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

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

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

border-color css

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

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

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