#DCC01B

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

Shades of Sunflower #DCC01B

Tints of Sunflower #DCC01B

Color information

#DCC01B (or 0xDCC01B) is unknown color: approx Sunflower. HEX triplet: DC, C0 and 1B. RGB value is (220,192,27). Sum of RGB (Red+Green+Blue) = 220+192+27=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC01B is #233FE4. Grayscale: #B6B6B6. Windows color (decimal): -2310117 or 1818844. OLE color: 1818844.

HSL color Cylindrical-coordinate representation of color #DCC01B: hue angle of 51.3º degrees, saturation: 0.78, 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 #DCC01B is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB22019227-
CMYK00.130.880.14
HSL51.3º78.14%48.43%-
HSV(B)51.3º87.73%86.27%-
XYZ48.5652.998.71-
YUV181.5640.78155.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.11%
GREEN value IS 192 (75.39% from 255) = 43.74%
BLUE value IS 27 (10.94% from 255) = 6.15%
R=50.11%
G=43.74%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201922700.130.880.1451.378.1448.43
HexDCC01B0D58E334e30
Octal33430033015130166311660
Binary11011100110000001101101101101100011101100111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC01B; }

 p { color: rgb(220,192,27); }

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

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

 a { background-color: rgb(220,192,27); }

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

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

 span { border-color: rgb(220,192,27); }

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