Html Css Color HEX #DAD20F Bird Flower

📋 copy color: '#DAD20F'

red 218 ◦ green 210 ◦ blue 15

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

Shades of Bird Flower #DAD20F

Tints of Bird Flower #DAD20F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.4%

 BLUE value IS 15 (6.25% from 255) = 3.39%

R = 49.21%
G = 47.4%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAD20F (or 0xDAD20F) is known color: Bird Flower. HEX triplet: DA, D2 and 0F. RGB value is (218,210,15). Sum of RGB (Red+Green+Blue) = 218+210+15=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD20F is #252DF0. Grayscale: #BEBEBE. Windows color (decimal): -2436593 or 1037018. OLE color: 1037018.

HSL color Cylindrical-coordinate representation of color #DAD20F: hue angle of 57.64º degrees, saturation: 0.87, 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 #DAD20F is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 15 -
CMYK 0 0.04 0.93 0.15
HSL 57.64º 0.87% 0.46% -
HSV(B) 57.64º 0.93% 0.85% -
XYZ 52.05 61.03 9.49 -
YUV 190.16 29.15 147.86 -
System Red Green Blue C M Y K H S L
Decimal 218 210 15 0 0.04 0.93 0.15 57.64 0.87 0.46
Hex DA D2 F 0 4 5D F 3A 57 2E
Octal 332 322 17 0 4 135 17 72 127 56
Binary 11011010 11010010 1111 0 100 1011101 1111 111010 1010111 101110

Color Harmonies of #DAD20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD20F

Black with #DAD20F

Text Example


Text Example

White with #DAD20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD20F; }

 p { color: rgb(218,210,15); }

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

background-color css

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

 a { background-color: rgb(218,210,15); }

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

border-color css

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

 span { border-color: rgb(218,210,15); }

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