Html Css Color HEX #DAD50A Bird Flower

📋 copy color: '#DAD50A'

red 218 ◦ green 213 ◦ blue 10

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

Shades of Bird Flower #DAD50A

Tints of Bird Flower #DAD50A

RGB

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

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

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

R = 49.43%
G = 48.3%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAD50A (or 0xDAD50A) is known color: Bird Flower. HEX triplet: DA, D5 and 0A. RGB value is (218,213,10). Sum of RGB (Red+Green+Blue) = 218+213+10=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD50A is #252AF5. Grayscale: #C0C0C0. Windows color (decimal): -2435830 or 710106. OLE color: 710106.

HSL color Cylindrical-coordinate representation of color #DAD50A: hue angle of 58.56º 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 #DAD50A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 10 -
CMYK 0 0.02 0.95 0.15
HSL 58.56º 0.91% 0.45% -
HSV(B) 58.56º 0.95% 0.85% -
XYZ 52.76 62.52 9.57 -
YUV 191.35 25.66 147.01 -
System Red Green Blue C M Y K H S L
Decimal 218 213 10 0 0.02 0.95 0.15 58.56 0.91 0.45
Hex DA D5 A 0 2 5F F 3B 5B 2D
Octal 332 325 12 0 2 137 17 73 133 55
Binary 11011010 11010101 1010 0 10 1011111 1111 111011 1011011 101101

Color Harmonies of #DAD50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD50A

Black with #DAD50A

Text Example


Text Example

White with #DAD50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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