Html Css Color HEX #DAD50C Bird Flower

📋 copy color: '#DAD50C'

red 218 ◦ green 213 ◦ blue 12

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

Shades of Bird Flower #DAD50C

Tints of Bird Flower #DAD50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.71%

R = 49.21%
G = 48.08%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAD50C (or 0xDAD50C) is known color: Bird Flower. HEX triplet: DA, D5 and 0C. RGB value is (218,213,12). Sum of RGB (Red+Green+Blue) = 218+213+12=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD50C is #252AF3. Grayscale: #C0C0C0. Windows color (decimal): -2435828 or 841178. OLE color: 841178.

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

Color convert

RGB 218 213 12 -
CMYK 0 0.02 0.94 0.15
HSL 58.54º 0.9% 0.45% -
HSV(B) 58.54º 0.94% 0.85% -
XYZ 52.77 62.52 9.63 -
YUV 191.58 26.66 146.84 -
System Red Green Blue C M Y K H S L
Decimal 218 213 12 0 0.02 0.94 0.15 58.54 0.9 0.45
Hex DA D5 C 0 2 5E F 3B 5A 2D
Octal 332 325 14 0 2 136 17 73 132 55
Binary 11011010 11010101 1100 0 10 1011110 1111 111011 1011010 101101

Color Harmonies of #DAD50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD50C

Black with #DAD50C

Text Example


Text Example

White with #DAD50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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