#DAD50B

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

Shades of Bird Flower #DAD50B

Tints of Bird Flower #DAD50B

Color information

#DAD50B (or 0xDAD50B) is unknown color: approx Bird Flower. HEX triplet: DA, D5 and 0B. RGB value is (218,213,11). Sum of RGB (Red+Green+Blue) = 218+213+11=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD50B is #252AF4. Grayscale: #C0C0C0. Windows color (decimal): -2435829 or 775642. OLE color: 775642.

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

Color convert

RGB21821311-
CMYK00.020.950.15
HSL58.55º90.39%44.9%-
HSV(B)58.55º94.95%85.49%-
XYZ52.7762.529.6-
YUV191.4726.16146.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.32%
GREEN value IS 213 (83.59% from 255) = 48.19%
BLUE value IS 11 (4.69% from 255) = 2.49%
R=49.32%
G=48.19%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182131100.020.950.1558.5590.3944.9
HexDAD5B025FF3b5a2d
Octal3323251302137177313255
Binary11011010110101011011010101111111111110111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD50B; }

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

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

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

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

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

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

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

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