#DCBB1E

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

Shades of Sunflower #DCBB1E

Tints of Sunflower #DCBB1E

Color information

#DCBB1E (or 0xDCBB1E) is unknown color: approx Sunflower. HEX triplet: DC, BB and 1E. RGB value is (220,187,30). Sum of RGB (Red+Green+Blue) = 220+187+30=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB1E is #2344E1. Grayscale: #B3B3B3. Windows color (decimal): -2311394 or 2014172. OLE color: 2014172.

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

Color convert

RGB22018730-
CMYK00.150.860.14
HSL49.58º76%49.02%-
HSV(B)49.58º86.36%86.27%-
XYZ47.5250.858.54-
YUV178.9743.93157.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.34%
GREEN value IS 187 (73.44% from 255) = 42.79%
BLUE value IS 30 (12.11% from 255) = 6.86%
R=50.34%
G=42.79%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201873000.150.860.1449.587649.02
HexDCBB1E0F56E324c31
Octal33427336017126166211461
Binary11011100101110111111001111101011011101100101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB1E; }

 p { color: rgb(220,187,30); }

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

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

 a { background-color: rgb(220,187,30); }

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

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

 span { border-color: rgb(220,187,30); }

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