Html Css Color HEX #DAD40A Bird Flower

📋 copy color: '#DAD40A'

red 218 ◦ green 212 ◦ blue 10

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

Shades of Bird Flower #DAD40A

Tints of Bird Flower #DAD40A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.18%

 BLUE value IS 10 (4.3% from 255) = 2.27%

R = 49.55%
G = 48.18%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAD40A (or 0xDAD40A) is known color: Bird Flower. HEX triplet: DA, D4 and 0A. RGB value is (218,212,10). Sum of RGB (Red+Green+Blue) = 218+212+10=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD40A is #252BF5. Grayscale: #BFBFBF. Windows color (decimal): -2436086 or 709850. OLE color: 709850.

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

Color convert

RGB 218 212 10 -
CMYK 0 0.03 0.95 0.15
HSL 58.27º 0.91% 0.45% -
HSV(B) 58.27º 0.95% 0.85% -
XYZ 52.51 62.01 9.49 -
YUV 190.77 25.99 147.43 -
System Red Green Blue C M Y K H S L
Decimal 218 212 10 0 0.03 0.95 0.15 58.27 0.91 0.45
Hex DA D4 A 0 3 5F F 3A 5B 2D
Octal 332 324 12 0 3 137 17 72 133 55
Binary 11011010 11010100 1010 0 11 1011111 1111 111010 1011011 101101

Color Harmonies of #DAD40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD40A

Black with #DAD40A

Text Example


Text Example

White with #DAD40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD40A; }

 p { color: rgb(218,212,10); }

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

background-color css

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

 a { background-color: rgb(218,212,10); }

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

border-color css

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

 span { border-color: rgb(218,212,10); }

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