#DCBB1A

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

Shades of Sunflower #DCBB1A

Tints of Sunflower #DCBB1A

Color information

#DCBB1A (or 0xDCBB1A) is unknown color: approx Sunflower. HEX triplet: DC, BB and 1A. RGB value is (220,187,26). Sum of RGB (Red+Green+Blue) = 220+187+26=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB1A is #2344E5. Grayscale: #B3B3B3. Windows color (decimal): -2311398 or 1752028. OLE color: 1752028.

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

Color convert

RGB22018726-
CMYK00.150.880.14
HSL49.79º78.86%48.24%-
HSV(B)49.79º88.18%86.27%-
XYZ47.4750.838.29-
YUV178.5141.93157.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.81%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 26 (10.55% from 255) = 6.00%
R=50.81%
G=43.19%
B=6.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201872600.150.880.1449.7978.8648.24
HexDCBB1A0F58E324f30
Octal33427332017130166211760
Binary11011100101110111101001111101100011101100101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB1A; }

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

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

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

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

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

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

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

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