#dcb400

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

Shades of Sunflower #DCB400

Tints of Sunflower #DCB400

Color information

#DCB400 (or 0xDCB400) is unknown color: approx Sunflower. HEX triplet: DC, B4 and 00. RGB value is (220,180,0). Sum of RGB (Red+Green+Blue) = 220+180+0=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB400 is #234BFF. Grayscale: #ACACAC. Windows color (decimal): -2313216 or 46300. OLE color: 46300.

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

Color convert

RGB2201800-
CMYK00.1810.14
HSL49.09º100%43.14%-
HSV(B)49.09º100%86.27%-
XYZ45.8447.866.82-
YUV171.4431.25162.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 0 (0.39% from 255) = 0%
R=55%
G=45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220180000.1810.1449.0910043.14
HexDCB4001264E31642b
Octal3342640022144166114453
Binary11011100101101000010010110010011101100011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcb400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcb400; }

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

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

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

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

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

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

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

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