#DAD40B

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

Shades of Bird Flower #DAD40B

Tints of Bird Flower #DAD40B

Color information

#DAD40B (or 0xDAD40B) is unknown color: approx Bird Flower. HEX triplet: DA, D4 and 0B. RGB value is (218,212,11). Sum of RGB (Red+Green+Blue) = 218+212+11=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD40B is #252BF4. Grayscale: #BFBFBF. Windows color (decimal): -2436085 or 775386. OLE color: 775386.

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

Color convert

RGB21821211-
CMYK00.030.950.15
HSL58.26º90.39%44.9%-
HSV(B)58.26º94.95%85.49%-
XYZ52.5262.029.52-
YUV190.8826.49147.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.43%
GREEN value IS 212 (83.20% from 255) = 48.07%
BLUE value IS 11 (4.69% from 255) = 2.49%
R=49.43%
G=48.07%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182121100.030.950.1558.2690.3944.9
HexDAD4B035FF3a5a2d
Octal3323241303137177213255
Binary11011010110101001011011101111111111110101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD40B; }

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

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

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

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

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

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

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

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