#DCB30A

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

Shades of Sunflower #DCB30A

Tints of Sunflower #DCB30A

Color information

#DCB30A (or 0xDCB30A) is unknown color: approx Sunflower. HEX triplet: DC, B3 and 0A. RGB value is (220,179,10). Sum of RGB (Red+Green+Blue) = 220+179+10=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB30A is #234CF5. Grayscale: #ACACAC. Windows color (decimal): -2313462 or 701404. OLE color: 701404.

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

Color convert

RGB22017910-
CMYK00.190.950.14
HSL48.29º91.3%45.1%-
HSV(B)48.29º95.45%86.27%-
XYZ45.6947.487.04-
YUV171.9936.58162.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.79%
GREEN value IS 179 (70.31% from 255) = 43.77%
BLUE value IS 10 (4.30% from 255) = 2.44%
R=53.79%
G=43.77%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201791000.190.950.1448.2991.345.1
HexDCB3A0135FE305b2d
Octal33426312023137166013355
Binary11011100101100111010010011101111111101100001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB30A; }

 p { color: rgb(220,179,10); }

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

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

 a { background-color: rgb(220,179,10); }

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

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

 span { border-color: rgb(220,179,10); }

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