#DAC60B

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

Shades of Bird Flower #DAC60B

Tints of Bird Flower #DAC60B

Color information

#DAC60B (or 0xDAC60B) is unknown color: approx Bird Flower. HEX triplet: DA, C6 and 0B. RGB value is (218,198,11). Sum of RGB (Red+Green+Blue) = 218+198+11=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC60B is #2539F4. Grayscale: #B7B7B7. Windows color (decimal): -2439669 or 771802. OLE color: 771802.

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

Color convert

RGB21819811-
CMYK00.090.950.15
HSL54.2º90.39%44.9%-
HSV(B)54.2º94.95%85.49%-
XYZ49.1755.328.4-
YUV182.6631.13153.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.05%
GREEN value IS 198 (77.73% from 255) = 46.37%
BLUE value IS 11 (4.69% from 255) = 2.58%
R=51.05%
G=46.37%
B=2.58%

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
Decimal2181981100.090.950.1554.290.3944.9
HexDAC6B095FF365a2d
Octal33230613011137176613255
Binary1101101011000110101101001101111111111101101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC60B; }

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

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

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

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

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

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

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

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