#DAC70B

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

Shades of Bird Flower #DAC70B

Tints of Bird Flower #DAC70B

Color information

#DAC70B (or 0xDAC70B) is unknown color: approx Bird Flower. HEX triplet: DA, C7 and 0B. RGB value is (218,199,11). Sum of RGB (Red+Green+Blue) = 218+199+11=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC70B is #2538F4. Grayscale: #B8B8B8. Windows color (decimal): -2439413 or 772058. OLE color: 772058.

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

Color convert

RGB21819911-
CMYK00.090.950.15
HSL54.49º90.39%44.9%-
HSV(B)54.49º94.95%85.49%-
XYZ49.455.788.48-
YUV183.2530.79152.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.93%
GREEN value IS 199 (78.12% from 255) = 46.50%
BLUE value IS 11 (4.69% from 255) = 2.57%
R=50.93%
G=46.50%
B=2.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181991100.090.950.1554.4990.3944.9
HexDAC7B095FF365a2d
Octal33230713011137176613255
Binary1101101011000111101101001101111111111101101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC70B; }

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

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

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

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

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

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

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

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