#DCBF1B

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

Shades of Sunflower #DCBF1B

Tints of Sunflower #DCBF1B

Color information

#DCBF1B (or 0xDCBF1B) is unknown color: approx Sunflower. HEX triplet: DC, BF and 1B. RGB value is (220,191,27). Sum of RGB (Red+Green+Blue) = 220+191+27=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF1B is #2340E4. Grayscale: #B5B5B5. Windows color (decimal): -2310373 or 1818588. OLE color: 1818588.

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

Color convert

RGB22019127-
CMYK00.130.880.14
HSL50.98º78.14%48.43%-
HSV(B)50.98º87.73%86.27%-
XYZ48.3452.568.63-
YUV180.9841.11155.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.23%
GREEN value IS 191 (75% from 255) = 43.61%
BLUE value IS 27 (10.94% from 255) = 6.16%
R=50.23%
G=43.61%
B=6.16%

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
Decimal2201912700.130.880.1450.9878.1448.43
HexDCBF1B0D58E334e30
Octal33427733015130166311660
Binary11011100101111111101101101101100011101100111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBF1B; }

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

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

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

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

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

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

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

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