#DCB414

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

Shades of Sunflower #DCB414

Tints of Sunflower #DCB414

Color information

#DCB414 (or 0xDCB414) is unknown color: approx Sunflower. HEX triplet: DC, B4 and 14. RGB value is (220,180,20). Sum of RGB (Red+Green+Blue) = 220+180+20=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB414 is #234BEB. Grayscale: #AEAEAE. Windows color (decimal): -2313196 or 1357020. OLE color: 1357020.

HSL color Cylindrical-coordinate representation of color #DCB414: hue angle of 48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCB414 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB22018020-
CMYK00.180.910.14
HSL48º83.33%47.06%-
HSV(B)48º90.91%86.27%-
XYZ45.9647.917.49-
YUV173.7241.25161.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.38%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 20 (8.20% from 255) = 4.76%
R=52.38%
G=42.86%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201802000.180.910.144883.3347.06
HexDCB4140125BE30532f
Octal33426424022133166012357
Binary110111001011010010100010010101101111101100001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB414; }

 p { color: rgb(220,180,20); }

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

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

 a { background-color: rgb(220,180,20); }

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

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

 span { border-color: rgb(220,180,20); }

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