#DAD10C

Color #DAD10C Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #DAD10C

Tints of Bird Flower #DAD10C

Color information

#DAD10C (or 0xDAD10C) is unknown color: approx Bird Flower. HEX triplet: DA, D1 and 0C. RGB value is (218,209,12). Sum of RGB (Red+Green+Blue) = 218+209+12=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD10C is #252EF3. Grayscale: #BEBEBE. Windows color (decimal): -2436852 or 840154. OLE color: 840154.

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

Color convert

RGB21820912-
CMYK00.040.940.15
HSL57.38º89.57%45.1%-
HSV(B)57.38º94.5%85.49%-
XYZ51.7860.539.3-
YUV189.2327.98148.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.66%
GREEN value IS 209 (82.03% from 255) = 47.61%
BLUE value IS 12 (5.08% from 255) = 2.73%
R=49.66%
G=47.61%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182091200.040.940.1557.3889.5745.1
HexDAD1C045EF395a2d
Octal3323211404136177113255
Binary110110101101000111000100101111011111110011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD10C; }

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

 H1.HeaderClassName
 {
   color: #DAD10C;
 }
 .AnyTagClassName
 {
   color: #DAD10C;
 }
</style>
background-color css

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

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

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

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

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

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